-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Labels
Milestone
Description
The base standard has:
date
- type: (string)
- description: date of creation in format "YYYY-MM-DD HH:mm:ss tz"
- example:
2015-12-02 17:48:42 +0100
But there is a good standard for this:
https://en.wikipedia.org/wiki/ISO_8601
I suggest that ISO 8601 is the standard for the date
string, e.g.
2020-05-13T19:41:34-07:00
ax3l and PrometheusPi