mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-12 15:39:35 +08:00
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
This commit is contained in:
parent
47671aae77
commit
ef01b235f8
@ -6,7 +6,7 @@
|
||||
* Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $PostgreSQL: pgsql/src/timezone/pgtz.c,v 1.72 2010/04/15 18:46:45 tgl Exp $
|
||||
* $PostgreSQL: pgsql/src/timezone/pgtz.c,v 1.73 2010/05/20 14:13:11 mha Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@ -892,8 +892,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"
|
||||
|
Loading…
Reference in New Issue
Block a user