wiseomran / ala

Automatically exported from code.google.com/p/ala
0 stars 0 forks source link

Date parsing incorrect with month or date is 00 #615

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
the date processing for the biocache-store does not handle 00 as a month or 
date:

2000-00-00 (parses as 1999-11-30)
2000-01-00 (parses as 1999-12-31)

Should this be addressed before we migrate to new version?

Original issue reported on code.google.com by natasha....@csiro.au on 20 Mar 2014 at 3:15

GoogleCodeExporter commented 9 years ago
The issue here is that we are allowing lenient parsing of our date formats. 
which interprets 00 value as minimum allowable value for a field -1.  

Original comment by natasha....@csiro.au on 20 Mar 2014 at 3:26

GoogleCodeExporter commented 9 years ago
Fixed just need to deploy to production.

Original comment by natasha....@csiro.au on 7 Apr 2014 at 6:20

GoogleCodeExporter commented 9 years ago
In productions since the 1.1 release.

Original comment by natasha....@csiro.au on 29 Apr 2014 at 11:16