Re: BUG #4026: Displaying Wrong dates

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #4026: Displaying Wrong dates
Дата
Msg-id 6034.1205270253@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #4026: Displaying Wrong dates  ("Yogesh" <yogesh.sharma.05@gmail.com>)
Список pgsql-bugs
"Yogesh" <yogesh.sharma.05@gmail.com> writes:
> If I query database from my DB server which is on the same linux box, it
> diplays the wrong dates.Like actual date in my table is say 17-MAR-08
> 11.59.00 PM, then it displays 2008-03-18 00:59:00.
> and If I query the DB using a standalone script then it gives the right
> dates. Please help in fixing this.

Sounds like something is confused about timezone settings, but you
haven't provided nearly enough info to let anyone else figure out what.

Given that you're complaining at this time of year, a daylight-savings
transition rule is likely to be involved somehow.  PG 7.3 relies on the
operating system's timezone information; have you updated your zoneinfo
files to match current DST law where you live?  (In other words, do any
other programs on that box know the correct time either?)

Note that PG 7.3.2 is *extremely* old and no longer supported.  Consider
upgrading before you hit one of its many known data-loss bugs.

            regards, tom lane

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

Предыдущее
От: "Yogesh"
Дата:
Сообщение: BUG #4026: Displaying Wrong dates
Следующее
От: "Jonathan Guthrie"
Дата:
Сообщение: BUG #4027: backslash escaping not disabled in plpgsql