DuckDB TIME WITH TIME ZONE value.
DuckDB stores TIME WITH TIME ZONE as microseconds since midnight packed with
a timezone offset in seconds. This struct exposes the decoded Time and UTC
offset while preserving conversion to and from DuckDB's packed integer.
Summary
Functions
Decodes DuckDB's packed TIME WITH TIME ZONE integer.
Builds a TIME WITH TIME ZONE value from time and UTC offset seconds.
Encodes the value into DuckDB's packed TIME WITH TIME ZONE integer.
Formats the value as an ISO-like time with numeric UTC offset.
Types
Functions
Decodes DuckDB's packed TIME WITH TIME ZONE integer.
Builds a TIME WITH TIME ZONE value from time and UTC offset seconds.
Encodes the value into DuckDB's packed TIME WITH TIME ZONE integer.
Formats the value as an ISO-like time with numeric UTC offset.