02.11.18 19:26, Chris Barker via Python-ideas пише:
On Fri, Nov 2, 2018 at 9:31 AM, M.-A. Lemburg
<[email protected]
<mailto:[email protected]>> 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.
_______________________________________________
Python-ideas mailing list
[email protected]
https://mail.python.org/mailman/listinfo/python-ideas
Code of Conduct: http://python.org/psf/codeofconduct/