Re: Postgre 7.3.x Bug with datetime formatting. - Mailing list pgsql-bugs

From Tom Lane
Subject Re: Postgre 7.3.x Bug with datetime formatting.
Date
Msg-id 5250.1083943854@sss.pgh.pa.us
Whole thread Raw
In response to Re: Postgre 7.3.x Bug with datetime formatting.  ("Safwan Hak" <safwan_hak@sympatico.ca>)
List pgsql-bugs
"Safwan Hak" <safwan_hak@sympatico.ca> writes:
> select current_timestamp, to_char(current_timestamp, 'YYYY-MM-DD
> HH24:MI:SS')

> timestamptz                     to_char
>  --------------------------      -------------------
>  2004-05-07 08:59:24.713109      2004-05-07 07:59:24

Hm, that is odd.  What timezone are you running under?  (The output of
SHOW TIMEZONE would be interesting.)  Also, exactly which Postgres
version is this, and on what platform?

            regards, tom lane

pgsql-bugs by date:

Previous
From: "Safwan Hak"
Date:
Subject: Re: Postgre 7.3.x Bug with datetime formatting.
Next
From: Tom Lane
Date:
Subject: Re: unique index problems