Re: Timestamp Conversion Woes Redux - Mailing list pgsql-jdbc

From John R Pierce
Subject Re: Timestamp Conversion Woes Redux
Date
Msg-id 42DEA450.5070606@hogranch.com
Whole thread Raw
In response to Re: Timestamp Conversion Woes Redux  (Dave Cramer <davec@fastcrypt.com>)
Responses Re: Timestamp Conversion Woes Redux
List pgsql-jdbc
Dave Cramer wrote:
> Actually,
>
> Java has timezones that postgres doesn't understand, which is
> why using the server timezone makes more sense.
>
> Hopefully java understands all the timezones postgres understands.

as we discovered the hard way, named timezones are a BAD IDEA.     We had some
stuff in java + jdbc + postgres that used a timezone, when it was brought up in
Singapore, their local timezone memnonic wasn't recognized by postgres, and
when it was brought up in China, CST was misinterpretted as Central Standard
Time rather than China Standard Time (about 12 hours off)


pgsql-jdbc by date:

Previous
From: Vadim Nasardinov
Date:
Subject: Re: Java's set of timezone names
Next
From: Vadim Nasardinov
Date:
Subject: Re: Java's set of timezone names