Re: British Double Summer Time - Mailing list pgsql-hackers

From Thomas Lockhart
Subject Re: British Double Summer Time
Date
Msg-id 3BE6A5E7.13E0098F@fourpalms.org
Whole thread Raw
In response to British Double Summer Time  (Patrick Welche <prlw1@newn.cam.ac.uk>)
Responses Re: British Double Summer Time
List pgsql-hackers
> My zoneinfo files know about BDST, but src/backend/utils/adt/datetime.c
> doesn't...

Not fixed yet, but I found the definition of BDST on line, and will
commit it soon.

If you need a fix earlier, here is a patch...

                         - ThomasIndex: datetime.c
===================================================================
RCS file: /home/thomas/cvs/repository/pgsql/src/backend/utils/adt/datetime.c,v
retrieving revision 1.76
diff -c -r1.76 datetime.c
*** datetime.c    2001/10/28 06:25:51    1.76
--- datetime.c    2001/11/05 14:41:12
***************
*** 92,97 ****
--- 92,98 ----
      {"awsst", DTZ, 54},            /* W. Australia */
      {"awst", TZ, 48},            /* W. Australia */
      {DB_C, ADBC, BC},            /* "bc" for years < 0 */
+     {"bdst", TZ, 12},            /* British Double Summer Time */
      {"bst", TZ, 6},                /* British Summer Time */
      {"bt", TZ, 18},                /* Baghdad Time */
      {"cadt", DTZ, 63},            /* Central Australian DST */

pgsql-hackers by date:

Previous
From: Lamar Owen
Date:
Subject: Re: Proposal: 7.2b2 today
Next
From: Vince Vielhaber
Date:
Subject: Re: Beta going well