Re: BUG #2034: Wrong time zone IST

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Neeraj Malhotra" <malhotra_neeaj(at)rediffmail(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #2034: Wrong time zone IST
Date: 2005-11-10 15:21:26
Message-ID: 9071.1131636086@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"Neeraj Malhotra" <malhotra_neeaj(at)rediffmail(dot)com> writes:
> In postgreSQL IST timezone is being used for Israel Standard Time(+2:00)
> which is incorrect. IST stands for Indian Standard Time(+5:30). Please
> correct it because it is causing problem in our applications.

Unfortunately, what's "wrong" to you is "right" to the Israelis.

Eventually we'll probably fix things so that the list of known timezone
abbreviations is stored in a config file and can be customized for local
needs more easily. In the meantime there's not a lot we can do about
this sort of conflict. If you like you can make a locally modified
version with your interpretation of IST --- look at the token table in
src/backend/utils/adt/datetime.c.

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Raul Silva 2005-11-10 16:20:07 BUG #2035: template1
Previous Message Michael Fuhr 2005-11-10 15:13:56 Re: BUG #2034: Wrong time zone IST