02.11.18 19:26, Chris Barker via Python-ideas пише:
On Fri, Nov 2, 2018 at 9:31 AM, M.-A. Lemburg <mal@egenix.com mailto:mal@egenix.com> wrote:
Serialization of those data types is not defined in the JSON standard: https://www.json.org/
That being said, ISO 8601 is a standard for datetime stamps, and a defacto one for JSON
It is not the only standard. Other common representation is as POSIX timestamp. And, for a date without time, the Julian day.