Re: pgsql-server/src/backend/utils/adt datetime.c

Поиск
Список
Период
Сортировка
От Sean Chittenden
Тема Re: pgsql-server/src/backend/utils/adt datetime.c
Дата
Msg-id 20020903203128.GB59269@ninja1.internal
обсуждение исходный текст
Ответ на pgsql-server/src/backend/utils/adt datetime.c  (tgl@postgresql.org (Tom Lane))
Ответы Re: pgsql-server/src/backend/utils/adt datetime.c
Re: pgsql-server/src/backend/utils/adt datetime.c
Список pgsql-committers
> CVSROOT:    /cvsroot
> Module name:    pgsql-server
> Changes by:    tgl@postgresql.org    02/09/03 15:46:32
>
> Modified files:
>     src/backend/utils/adt: datetime.c
>
> Log message:
>     Work around mktime() brain damage in recent versions of glibc by using
>     a series of localtime() calls to determine the local timezone offset
>     when mktime() fails.  This eliminates regression failures on RHL 7.3,
>     and should continue to work until it occurs to the glibc boys to break
>     localtime() as well.  By then I hope we'll have our own timezone code...

I think this closes bug #630 as well (inserting data at 2am on a
timzone shit).  -sc

--
Sean Chittenden

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

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql-server/src/backend/utils/adt datetime.c
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: pgsql-server/src/backend/utils/adt datetime.c