On Oct 26, 2012, at 11:04 PM, GitHub <[email protected]> wrote: > > - I think i also fixed a bug in the test were XSD dates were used by tests > for parsing > Dates, but since these use 0000 as the year 1 BCE and joda time uses -0001 > i had to change these. > Please check that i did it correctly >
Frank, I haven't had a chance to go over your changes, but here's the significant bit I remember around XSD dateTime handling when I wrote this part of the class & corresponding test: "0000" is the lexical representation of 1 BCE "-0001" is the lexical representation of 2 BCE per the second edition of definition of XSD dateTimes "3.2.7.2 Canonical representation" If there's a bug here, it's one I introduced, but I thought I was pretty careful about this, albeit this was from some 7 years ago, as I recall. ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_sfd2d_oct _______________________________________________ Fedora-commons-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fedora-commons-developers
