Skip to content
This repository has been archived by the owner on Dec 13, 2019. It is now read-only.

date/time formats #75

Open
mbaudis opened this issue Aug 3, 2016 · 1 comment
Open

date/time formats #75

mbaudis opened this issue Aug 3, 2016 · 1 comment

Comments

@mbaudis
Copy link

mbaudis commented Aug 3, 2016

I suggest specification of ISO8601 for date/time values (see GA4GH; https://github.com/ga4gh/schemas/blob/master/doc/source/api/metadata.rst).

This requires conversion of the current examples:
"created": "!!date 2016 1 14" => "created": "2016-01-14"

... and replacement of the dtjson.py code.

@cmungall
Copy link
Member

cmungall commented Oct 7, 2016

Currently we support both yaml and json. As json is the canonical form, json is mostly a subset of yaml, this generally works fine... except for dates. I'll look into this some more

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants