...
[16:54:46 CDT(-0500)] <EricDalquist> I really hate dates and times
[17:20:14 CDT(-0500)] <athena> no kidding.
[17:20:23 CDT(-0500)] <athena> amazing how painful that stuff can be
[17:20:33 CDT(-0500)] <EricDalquist> though this appears to be a bug in our jodatime -> hibernate binding library
[17:20:39 CDT(-0500)] <EricDalquist> the code is for storing local dates
[17:20:48 CDT(-0500)] <EricDalquist> and since SQL doesn't understand TZs
[17:21:05 CDT(-0500)] <EricDalquist> it does LocalDate -> Java Date in UTC
[17:21:11 CDT(-0500)] <EricDalquist> but on the way back out that TZ coversion breaks