aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMagnus Hagander <magnus@hagander.net>2010-05-20 14:13:15 +0000
committerMagnus Hagander <magnus@hagander.net>2010-05-20 14:13:15 +0000
commitdcb7b4a32e4cb8282ca62cc6fee5e0773ff5192a (patch)
tree68cebd4a2a51c878ca859bbe1d3ce8689e0f4d13 /src
parentde9249470410bc23992cc6e7654568c946283567 (diff)
downloadpostgresql-dcb7b4a32e4cb8282ca62cc6fee5e0773ff5192a.tar.gz
postgresql-dcb7b4a32e4cb8282ca62cc6fee5e0773ff5192a.zip
Change the "N. Central Asia Standard Time" timezone to map to
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
Diffstat (limited to 'src')
-rw-r--r--src/timezone/pgtz.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/timezone/pgtz.c b/src/timezone/pgtz.c
index eb145e8e9af..fcb8b825c3f 100644
--- a/src/timezone/pgtz.c
+++ b/src/timezone/pgtz.c
@@ -6,7 +6,7 @@
* Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
*
* IDENTIFICATION
- * $PostgreSQL: pgsql/src/timezone/pgtz.c,v 1.48.2.6 2010/04/09 11:49:56 mha Exp $
+ * $PostgreSQL: pgsql/src/timezone/pgtz.c,v 1.48.2.7 2010/05/20 14:13:15 mha Exp $
*
*-------------------------------------------------------------------------
*/
@@ -875,8 +875,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"