Dates BC.

Поиск
Список
Период
Сортировка
От Kurt Roeckx
Тема Dates BC.
Дата
Msg-id 20031218131120.GA11684@ping.be
обсуждение исходный текст
Ответы Re: Dates BC.  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: Dates BC.  (david@fetter.org (David Fetter))
Re: Dates BC.  (Karel Zak <zakkr@zf.jcu.cz>)
Список pgsql-hackers
I find this a little strange:

select date_part('year', '0002-01-01 BC'::date);date_part
-----------       -1

It seems 1 BC and 0 are the same year.

In backend/utils/adt/formatting.c:
       if (tmfc.bc)       {               if (tm->tm_year > 0)                       tm->tm_year = -(tm->tm_year - 1);

It this normal or a bug?


Kurt



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

Предыдущее
От: Shridhar Daithankar
Дата:
Сообщение: Re: ecpg tests compile failure
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: ecpg tests compile failure