Skip to contents

Converts a TIME WITH TIME ZONE to an integer sort key.

Arguments

time_tz

TIME WITH TIME ZONE

Examples

if (FALSE) { # \dontrun{
timetz_byte_comparable('18:18:16.21-07:00'::TIMETZ)
} # }