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

From Bruce Momjian
Subject Re: pgsql-server/src/backend/utils/adt datetime.c
Date
Msg-id 200209032046.g83Kki325828@candle.pha.pa.us
Whole thread Raw
In response to pgsql-server/src/backend/utils/adt datetime.c  (tgl@postgresql.org (Tom Lane))
List pgsql-committers
This is great!

---------------------------------------------------------------------------

Tom Lane wrote:
> 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...
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org
>

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

pgsql-committers by date:

Previous
From: Sean Chittenden
Date:
Subject: Re: pgsql-server/src/backend/utils/adt datetime.c
Next
From: Bruce Momjian
Date:
Subject: Re: pgsql-server/src/backend/utils/adt datetime.c