Aggregate 1.0 - Tomcat servers have date parsing issues

Hi everyone,

Please be advised that if you are using Aggregate 1.0 withTomcat/MySQL or
Tomcat/PostgreSQL deployments, the parsing of dates during form submissions
appears to be using the localized format when interpreting the dates. This
will generally lead to the date values being discarded (showing as blanks)
during the submission process.

The work-around is to make sure that the Tomcat server is running in the
US/English locale.

If you are using forms with dates, please double-check that the date values
are passing through OK.

··· -- Mitch Sundt Software Engineer http://www.OpenDataKit.org University of Washington mitchellsundt@gmail.com

the bug for this is filed at
http://code.google.com/p/opendatakit/issues/detail?id=406 in case you
wish to track it.

··· On Tue, Nov 1, 2011 at 21:08, Mitch Sundt wrote: > Hi everyone, > > Please be advised that if you are using Aggregate 1.0 withTomcat/MySQL or > Tomcat/PostgreSQL deployments, the parsing of dates during form submissions > appears to be using the localized format when interpreting the dates. This > will generally lead to the date values being discarded (showing as blanks) > during the submission process. > > The work-around is to make sure that the Tomcat server is running in the > US/English locale. > > http://stackoverflow.com/questions/1153521/setting-default-locale-for-tomcat-service-in-windows-xp > > If you are using forms with dates, please double-check that the date values > are passing through OK. > > -- > Mitch Sundt > Software Engineer > http://www.OpenDataKit.org > University of Washington > mitchellsundt@gmail.com >