Re: BUG #2034: Wrong time zone IST

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #2034: Wrong time zone IST
Дата
Msg-id 9071.1131636086@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #2034: Wrong time zone IST  ("Neeraj Malhotra" <malhotra_neeaj@rediffmail.com>)
Список pgsql-bugs
"Neeraj Malhotra" <malhotra_neeaj@rediffmail.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

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Michael Fuhr
Дата:
Сообщение: Re: BUG #2034: Wrong time zone IST
Следующее
От: "Reuben Pasquini"
Дата:
Сообщение: BUG #2036: 8.1 JDBC busted date with INTERVAL update