Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitef01b23

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 updatefrom KB976098. The zones differ in handling of DST, and the oldzone was just removed.Noted by Dmitry Funk
1 parent47671aa commitef01b23

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)

[8]ページ先頭

©2009-2025 Movatter.jp