[ login
]
]
]
This page is part of the DAS 1.53E specification
The following syntax is being used when specifying time stamps for DAS:
year '-' month '-' day 'T' hour ':' minute ':' second [ '.' fraction ] [Z|±hh[:][mm]]For example, 8:34am, 26 seconds, and 350 milliseconds on October 26th, 2000 UTC would be formatted as: 2000-10-26T08:34:26.350Z. The 'Z' at the end signifies Zulu Time(UTC).
timeZ time±hhmm time±hh:mm time±hh
2000-10-26T08:34:26.350Z 2000-10-26T08:34:26.350+0100 2000-10-26T08:34:26.350+01:00 2000-10-26T08:34:26.350+01How it is used by the DAS registry:
This convention is based on ISO 8601 and also has been adopted from the ASCII Timestamp Format for Grid Computing.