-
Notifications
You must be signed in to change notification settings - Fork 52
Open
Labels
enhancementProposals to add new capabilities, improve existing ones in the conventions, improve style or formatProposals to add new capabilities, improve existing ones in the conventions, improve style or format
Description
Consistency in representing datetimes
Moderator
not assigned
Requirement Summary
Throughout the conventions document there are references to datetimes. These should use a consistent representation.
Technical Proposal Summary
Use ISO8601 extended format consistently to represent datetimes.
Benefits
Consistency in the formatting of datetimes will benefit all users of the conventions.
Status Quo
This issue has been flagged in PR #604 on updating section 4.4 of the conventions. At that time it was agreed to make this a separate issue.
Datetimes are mostly used in section 4.4 Time Coordinates but they do appear elsewhere as well, such as in chapter 5 and several appendices. Some examples of different formats used:
| Section | Format used | ISO8601 |
|---|---|---|
| 4.4.1 | 1990-1-1 0:0:0 | 1990-01-01T00:00:00 |
| 4.4.2 | 1990-1-1 | 1990-01-01 |
| 4.4.2 | 1992-10-8 15:15:42.5 | 1991-10-08T15:15:42.5 |
| 4.4.2 | 1992-10-8 09:15:42.5 -6 | 1992-10-08T09:15:42.5-06 |
| 4.4.3 | 1972-01-01 00:00 | 1972-01-01T00:00:00 |
| 4.4.4 | 1-7-15 0:0:0 | 0001-07-15T00:00:00 |
| 5.6 | 2004-06-23T22:00:00Z | Correct! |
| 7.3 | 1998-4-19 6:0:0 Z | 1998-04-19T06:00:00Z |
Associated pull request
To be prepared after agreement has been reached.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementProposals to add new capabilities, improve existing ones in the conventions, improve style or formatProposals to add new capabilities, improve existing ones in the conventions, improve style or format