The following SELECT statement returns an error because the source expression does not have a time zone displacement.
SELECT CAST(TIME '08:30:00' AS TIME(0) WITH TIME ZONE AT SOURCE TIME ZONE);
The following SELECT statement returns an error because the source expression does not have a time zone displacement.
SELECT CAST(TIME '08:30:00' AS TIME(0) WITH TIME ZONE AT SOURCE TIME ZONE);