summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMagnus Hagander <magnus@hagander.net>2010-05-20 14:13:23 +0000
committerMagnus Hagander <magnus@hagander.net>2010-05-20 14:13:23 +0000
commit0870648c2f049f7c3979dba9fbfdfda5f1c54dc6 (patch)
tree804aaa1d87e260cfada99750ce9398590f086527 /src
parent7829e8123839ca99af4156f56f15135c18127152 (diff)
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 f66fcfd62f9..ec2e39fd06d 100644
--- a/src/timezone/pgtz.c
+++ b/src/timezone/pgtz.c
@@ -6,7 +6,7 @@
* Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
*
* IDENTIFICATION
- * $PostgreSQL: pgsql/src/timezone/pgtz.c,v 1.63.2.4 2010/04/09 11:50:03 mha Exp $
+ * $PostgreSQL: pgsql/src/timezone/pgtz.c,v 1.63.2.5 2010/05/20 14:13:23 mha Exp $
*
*-------------------------------------------------------------------------
*/
@@ -889,8 +889,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"