diff options
author | Magnus Hagander <magnus@hagander.net> | 2010-05-20 14:13:11 +0000 |
---|---|---|
committer | Magnus Hagander <magnus@hagander.net> | 2010-05-20 14:13:11 +0000 |
commit | ef01b235f830536cc8d38ed76a80fc182ef985f8 (patch) | |
tree | c498cec6a5e6e24cf7d31176f54479554d90d101 /src | |
parent | 47671aae774f067a173f99ef096d66991ebfd340 (diff) | |
download | postgresql-ef01b235f830536cc8d38ed76a80fc182ef985f8.tar.gz postgresql-ef01b235f830536cc8d38ed76a80fc182ef985f8.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.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/timezone/pgtz.c b/src/timezone/pgtz.c index d67b7aaab03..863f6bf2d38 100644 --- a/src/timezone/pgtz.c +++ b/src/timezone/pgtz.c @@ -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" |