Hi Anssi,
On 22 févr. 2012, at 22:16, Anssi Kääriäinen wrote:
> There was some short discussion in ticket #17728 about doing timezone
> conversions for aware datetimes using cursor adapters. The design
> decision was that it should not be done because conversions are
> already done by field class
There was some short discussion in ticket #17728 about doing timezone
conversions for aware datetimes using cursor adapters. The design
decision was that it should not be done because conversions are
already done by field classes, and thus the ORM should not pass aware
datetimes into cursors. I dis