Class Val.TimeTZ
- Description
Lightweight time type with timezone. Equivalent to Time, but stores a timezone offset as well. Cast it to
int
orfloat
to obtain seconds since00:00
.- See also
- Inherit
Time
inherit Time : Time
- Variable
timezone
int
Val.TimeTZ.timezone- Description
Timezone offset in seconds west from UTC (includes daylight-saving time adjustment).
- Note
ISO time format displays the timezone in seconds east from UTC.
- See also