Skip to content

Commit ef01b23

Browse files
committed
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
1 parent 47671aa commit ef01b23

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/timezone/pgtz.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
77
*
88
* IDENTIFICATION
9-
* $PostgreSQL: pgsql/src/timezone/pgtz.c,v 1.72 2010/04/15 18:46:45 tgl Exp $
9+
* $PostgreSQL: pgsql/src/timezone/pgtz.c,v 1.73 2010/05/20 14:13:11 mha Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
@@ -892,8 +892,8 @@ static const struct
892892
}, /* (GMT+06:30) Rangoon */
893893
{
894894
"N. Central Asia Standard Time", "N. Central Asia Daylight Time",
895-
"Asia/Almaty"
896-
}, /* (GMT+06:00) Almaty, Novosibirsk */
895+
"Asia/Novosibirsk"
896+
}, /* (GMT+06:00) Novosibirsk */
897897
{
898898
"Namibia Standard Time", "Namibia Daylight Time",
899899
"Africa/Windhoek"

0 commit comments

Comments
 (0)