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

Commitd735804

Browse files
committed
Translate Windows' GMT Standard Time/GMT Daylight Time zones to
zic's Europe/London, rather than Europe/Dublin as before. This seemsa less surprising choice, particularly with respect to dates before1948. Original suggestion was to translate to straight GMT, but thisseems wrong given that these zones *are* DST-aware. Per offlistdiscussion with Magnus.
1 parent188b744 commitd735804

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/timezone/pgtz.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
77
*
88
* IDENTIFICATION
9-
* $PostgreSQL: pgsql/src/timezone/pgtz.c,v 1.47 2006/10/16 19:58:27 tgl Exp $
9+
* $PostgreSQL: pgsql/src/timezone/pgtz.c,v 1.48 2006/11/21 23:11:55 tgl Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
@@ -729,7 +729,7 @@ static const struct
729729
* Tallinn, Vilnius */
730730
{
731731
"GMT Standard Time","GMT Daylight Time",
732-
"Europe/Dublin"
732+
"Europe/London"
733733
},/* (GMT) Greenwich Mean Time : Dublin,
734734
* Edinburgh, Lisbon, London */
735735
{

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp