Timezone Functions
DATETIME( <expr> [, <timezone>] )
Returns the timestamp expression formatted to the given timezone
. The default timezone is UTC.
CONVERT_TIMEZONE( <source_timezone>, <target_timezone>, <source_timestamp> )
Returns the timestamp expression formatted to the given timezone
. The default timezone is UTC.
Last updated