Re: Bug in function to_char() !! - Mailing list pgsql-general

From Tom Lane
Subject Re: Bug in function to_char() !!
Date
Msg-id 27250.1088693550@sss.pgh.pa.us
Whole thread Raw
In response to Bug in function to_char() !!  ("Najib Abi Fadel" <nabifadel@usj.edu.lb>)
List pgsql-general
"Najib Abi Fadel" <nabifadel@usj.edu.lb> writes:
> SELECT to_char('2005-03-27'::date,'DD/MM/YYYY');
>   to_char
> ------------
>  26/03/2005
> (1 row)

What timezone setting are you using, and what kind of system is this on?
I suppose that day is a daylight-savings transition day for you, but no
one else is likely to reproduce the problem in a different zone ...

            regards, tom lane

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Internationalization
Next
From: Tom Lane
Date:
Subject: Re: Dump / restore for optimization?