[Python-ideas] Serialization of CSV vs. JSON
Serhiy Storchaka
storchaka at gmail.com
Sat Nov 3 09:46:38 EDT 2018
02.11.18 19:26, Chris Barker via Python-ideas пише:
> On Fri, Nov 2, 2018 at 9:31 AM, M.-A. Lemburg
> <mal at egenix.com
> <mailto:mal at 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.
More information about the Python-ideas
mailing list