Log in

TZTimeOnly Data Type

string

TZTimeOnly fields represent a time with a timezone offset, in an ISO 8601 format.

The format is HH:MM[:ss][Z|[+|–hh[:mm]]] where square brackets denote optionality, and a pipe denotes a choice.

CodeMeaningValid range
HHHour of day00-23
MMMinute of hour00-59
ssSecond of minute00-59
hhOffset hours00-12
mmOffset minutes00-59
:Literal value serving as a separator
ZLiteral value denoting UTC
+Literal value a positive offset from UTC
-Literal value a negative offset from UTC

Examples

ExampleValidNotes
01:02Z
01:02:03Z
01:02:03+01
01:02:03+01:00
01:02:03-01:00
01:02:03+01:30
01:02:03No offset