...
[15:08:56 CDT(-0500)] <EricDalquist> since TZ stuff is so freaking nebulous
[15:09:45 CDT(-0500)] <EricDalquist> https://gist.github.com/3901664
[15:09:47 CDT(-0500)] <EricDalquist> that fails
[15:09:50 CDT(-0500)] <EricDalquist> with both hsql and oracle
[15:10:27 CDT(-0500)] <EricDalquist> in both cases my LocalDate(2012-10-15) gets coverted to a JDBC Date object with an internal value of "2012-10-14T19:00:00.000-0500"
[15:10:37 CDT(-0500)] <EricDalquist> and the DB only stores the y/m/d biy
[15:10:38 CDT(-0500)] <EricDalquist> bit