getTimezoneOffsetSeconds
Get the timezone offset in seconds for a datetime value.
datetime(required): datetime with timezone
utlx
{
offsetSecs: getTimezoneOffsetSeconds(now()) // 7200 for +02:00
}