]> granicus.if.org Git - postgresql/commitdiff
Change the "N. Central Asia Standard Time" timezone to map to
authorMagnus Hagander <magnus@hagander.net>
Thu, 20 May 2010 14:13:20 +0000 (14:13 +0000)
committerMagnus Hagander <magnus@hagander.net>
Thu, 20 May 2010 14:13:20 +0000 (14:13 +0000)
Asia/Novosibirsk on Windows.

Microsoft changed the behaviour of this zone in the timezone update
from KB976098. The zones differ in handling of DST, and the old
zone was just removed.

Noted by Dmitry Funk

src/timezone/pgtz.c

index cfaf10097c963030fec7bcdc41ebf0017ddaa63d..6bae06bab379eb23e83f849b157ab0e0accfab2e 100644 (file)
@@ -6,7 +6,7 @@
  * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/timezone/pgtz.c,v 1.58.2.5 2010/04/09 11:49:58 mha Exp $
+ *       $PostgreSQL: pgsql/src/timezone/pgtz.c,v 1.58.2.6 2010/05/20 14:13:20 mha Exp $
  *
  *-------------------------------------------------------------------------
  */
@@ -888,8 +888,8 @@ static const struct
        },                                                      /* (GMT+06:30) Rangoon */
        {
                "N. Central Asia Standard Time", "N. Central Asia Daylight Time",
-               "Asia/Almaty"
-       },                                                      /* (GMT+06:00) Almaty, Novosibirsk */
+               "Asia/Novosibirsk"
+       },                                                      /* (GMT+06:00) Novosibirsk */
        {
                "Namibia Standard Time", "Namibia Daylight Time",
                "Africa/Windhoek"