Datatype TZTimestamp
SYNOPSIS:
string field representing a time/date combination representing local time with an offset to UTC to allow identification of local time and timezone offset of that time. The representation is based on ISO 8601.
Format is YYYYMMDD-HH:MM:SS.sss*[Z | [ + | - hh[:mm]]] where YYYY = 0000 to 9999, MM = 01-12, DD = 01-31 HH = 00-23 hours, MM = 00-59 minutes, SS = 00-59 seconds, hh = 01-12 offset hours, mm = 00-59 offset minutes, sss* fractions of seconds. The fractions of seconds may be empty when no fractions of seconds are conveyed (in such a case the period is not conveyed), it may include 3 digits to convey milliseconds, 6 digits to convey microseconds, 9 digits to convey nanoseconds, 12 digits to convey picoseconds; Other number of digits may be used with bilateral agreement
Pedigree
| Added |
EP |
Updated |
EP |
Deprecated |
EP |
| FIX.4.4 | | FIX.5.0SP2 | 206 | | |
Mappings
| Standard |
Base type |
Parameter |
Pattern |
| TagValue | TZTimestamp | | |
| XML | xs:dateTime | | |