this post was submitted on 14 Sep 2023
11 points (100.0% liked)
ISO8601
260 readers
1 users here now
Community dedicated to the international standard YYYY-MM-DD date format.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I suspect the
Tacts as a delimiter.Dis unnecessary, because the date is at the beginning of the string. And thenZis another delimiter, to separate the time from the timezone.EDIT: I think I misunderstood your question, but I'll leave my post, in case it's useful to others when considering the sections of a full timestamp.
I think you're probably right. If the format was
DATE
TTIMEZTIMEZONEAnd you omit DATE you still have
TTIMEHmmm those are good points. I feel this gels well with how in the syntax for durations / periods all unit delimiters are mandatory (also because they're tail) when the unit is present and the header / marker is
P.I have always found the uppercase T/Z delimiters to make the timestamp less human-readable.