[eml-dev] [Bug 5617] date time format strings need a system

bugzilla-daemon at ecoinformatics.org bugzilla-daemon at ecoinformatics.org
Thu Jul 5 09:39:20 PDT 2012


http://bugzilla.ecoinformatics.org/show_bug.cgi?id=5617

--- Comment #2 from Matt Jones <jones at nceas.ucsb.edu> 2012-07-05 09:39:20 PDT ---
The formatString uses the ISO8601 formatting codes.  This is in keeping with
EML's recommendation that people use ISO8601 compliant dates whenever possible.
 Supporting multiple different date formatting coding systems just complicates
things for consumers, as they then have to be able to do m*n conversions of
format strings.  As it stands now, we only need 1*n conversions, because they
would all get mapped to ISO8601 format strings.  So, any software that consumes
format strings has to translate from ISO8601 strings to their desired format,
e.g., postgresql in your example.  Moving to a system where EML allowed
multiple types of formatting strings would certainly make it harder for
application developers to fully support all of the legal values that might be
found in a EML document from this modified schema.  I think it is better to
leave it as is with a single format string approach (ISO8601).

-- 
Configure bugmail: http://bugzilla.ecoinformatics.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.


More information about the Eml-dev mailing list