Обсуждение: BUG #4026: Displaying Wrong dates

Поиск
Список
Период
Сортировка

BUG #4026: Displaying Wrong dates

От
"Yogesh"
Дата:
The following bug has been logged online:

Bug reference:      4026
Logged by:          Yogesh
Email address:      yogesh.sharma.05@gmail.com
PostgreSQL version: 7.3.2
Operating system:   linux
Description:        Displaying Wrong dates
Details:

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.

Re: BUG #4026: Displaying Wrong dates

От
Tom Lane
Дата:
"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