Example of GMT date & time needed

Imported from previous forum

We have a new client using GTD. They are currently passing tag 126=00000000. I understand that this tag should be a GMT formated expiration date/time. The current “00000000” does not seem correct.

Can anyone provide an example of what this tag should look like? How should it be formatted?

Thanks

[ original email was from Paul Kern - Paul.Kern@Fimat.com ]
> We have a new client using GTD. They are currently passing tag

126=00000000. I understand that this tag should be a GMT formated
expiration date/time. The current “00000000” does not seem correct.

Can anyone provide an example of what this tag should look like? How
should it be formatted?

Thanks

This is UDT time. Format is ”YYYY-MM-DDTHH:MM:SS.00-hh:mm”, where the last characters of -hh:mm is an optional GMT offset. If the offset is not provided, GMT time is assumed.

Examples:
126=2005-01-25T12:30:01.00 (This is assumed to be GMT time, so for this example the time is 6:30:01.00 AM CDT)
126=2005-01-25T6:30:01.00-06:00 (This is CDT time, including the minus six hour offset assumed from GMT time, so this time is 6:30:01.00 AM CDT)
">