The following queries return the current time at the time zone displacement based on the time zone string, 'America Pacific'. The time returned is automatically adjusted to account for the start and end of daylight saving time.
SELECT CURRENT_TIME AT TIME ZONE 'America Pacific'; SELECT CURRENT_TIME AT 'America Pacific';