Log in

UTCTimeOnly Data Type

string

UTCTimeOnly fields represent a time in the UTC timezone. There are 2 valid formats:

  • HH:mm:ss
  • HH:mm:ss.SSS

With the sections of the format defined below

CodeMeaningValid range
HHHour of day00-23
mmMinute of hour00-59
ssSecond of minute00-60 (60 only if UTC leap second)
SSSFractions of seconds

This field may optionally be paired with a UTCDateOnly field.

Examples

ExampleValidNotes
01:02:03
01:02:03.444
010203.444Literal colons omitted