On Fri, Feb 21, 2014 at 12:43 AM, Andrew Sullivan <ajs@xxxxxxxxxxxxxxx> wrote:
Do you control the client code? If so, why not set the TimeZone
locally when you connect? That's the right way to handle this,
really.
Agree. So find the OS timezone at programming level and set accordingly. This can be done either in C for ODBC stuff and at java level.
Although JVM has its own timezone database and sets accordingly.
Regards...