timezoneHour
This section contains reference documentation for the timezoneHour function.
Was this helpful?
This section contains reference documentation for the timezoneHour function.
Returns the hour of the time zone offset. The timezoneId provided should be in Joda Time format.
timezoneHour(timezoneId)
SELECT timezoneHour('America/Toronto') AS hour
FROM ignoreMe19
SELECT timezoneHour('UTC') AS hour
FROM ignoreMe0
SELECT timezoneHour('Europe/Rome') AS hour
FROM ignoreMe1
Was this helpful?
Was this helpful?

