Re: Wrong formated date on the first day of the Daylight Saving time.

Поиск
Список
Период
Сортировка
От Karel Zak
Тема Re: Wrong formated date on the first day of the Daylight Saving time.
Дата
Msg-id 20010327123557.B27797@ara.zf.jcu.cz
обсуждение исходный текст
Ответ на Wrong formated date on the first day of the Daylight Saving time.  (pgsql-bugs@postgresql.org)
Список pgsql-bugs
On Tue, Mar 27, 2001 at 04:35:11AM -0500, pgsql-bugs@postgresql.org wrote:

> Short Description
> Wrong formated date on the first day of the Daylight Saving time.

It's common problem with this time in 7.0.x - already fixed in 7.1.

> scheduling=3D# select to_char( jour, '<small>Day</small><br>DD Mon YYYY')=
, jour from backlog where jour>'2001-03-23';
>                  to_char                 |    jour
> -----------------------------------------+------------
>  <small>Saturday </small><br>24 Mar 2001 | 2001-03-24
>  <small>Saturday </small><br>24 Mar 2001 | 2001-03-25
>  <small>Monday   </small><br>26 Mar 2001 | 2001-03-26
>  <small>Tuesday  </small><br>27 Mar 2001 | 2001-03-27
> (4 rows)


 Note: use quotation marks for non-format masks, it is faster.=20
En example:

    to_char( jour, '"<small>"Day"</small><br>"DD Mon YYYY')

        Karel

--=20
 Karel Zak  <zakkr@zf.jcu.cz>
 http://home.zf.jcu.cz/~zakkr/
=20
 C, PostgreSQL, PHP, WWW, http://docs.linux.cz, http://mape.jcu.cz

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

Предыдущее
От: pgsql-bugs@postgresql.org
Дата:
Сообщение: Wrong formated date on the first day of the Daylight Saving time.
Следующее
От: Francesco Protano
Дата:
Сообщение: Please help On Alternative Database Location