Re: bug in to_char(timestamp, text) for times between 12:00 and 14:00 - Mailing list pgsql-bugs

From Karel Zak
Subject Re: bug in to_char(timestamp, text) for times between 12:00 and 14:00
Date
Msg-id Pine.LNX.3.96.1001024100003.32121K-100000@ara.zf.jcu.cz
Whole thread Raw
In response to bug in to_char(timestamp, text) for times between 12:00 and 14:00  (Sam Hokin <sam@bsharp.org>)
List pgsql-bugs
On Sat, 21 Oct 2000, Sam Hokin wrote:

> There seems to be a bug in 7.0.2 in the to_char(timestamp,text) function
> when one uses the "am" or "pm" template for times between 12:00 and 14:00:

 AM/PM fixed, fixed, already FIXED! Wait for 7.0.3 or 7.1, please...

> template1=# select to_char(timestamp '2000-01-01 13:00:00', 'HH12:MM pm');
>  to_char
> ----------
>  01:01 am
      ^^^
 MM = month
 MI = minute


                    Karel

pgsql-bugs by date:

Previous
From: Sam Hokin
Date:
Subject: bug in to_char(timestamp, text) for times between 12:00 and 14:00
Next
From: pgsql-bugs@postgresql.org
Date:
Subject: Updating multiple bool values crashes backend