phenopacket-format icon indicating copy to clipboard operation
phenopacket-format copied to clipboard

date/time formats

Open mbaudis opened this issue 9 years ago • 1 comments

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.

mbaudis avatar Aug 03 '16 13:08 mbaudis

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

cmungall avatar Oct 07 '16 14:10 cmungall