OSDN Git Service

Translate Windows' GMT Standard Time/GMT Daylight Time zones to
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 21 Nov 2006 23:11:55 +0000 (23:11 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 21 Nov 2006 23:11:55 +0000 (23:11 +0000)
zic's Europe/London, rather than Europe/Dublin as before.  This seems
a less surprising choice, particularly with respect to dates before
1948.  Original suggestion was to translate to straight GMT, but this
seems wrong given that these zones *are* DST-aware.  Per offlist
discussion with Magnus.

src/timezone/pgtz.c

index 8e6a64d..b74e619 100644 (file)
@@ -6,7 +6,7 @@
  * Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/timezone/pgtz.c,v 1.47 2006/10/16 19:58:27 tgl Exp $
+ *       $PostgreSQL: pgsql/src/timezone/pgtz.c,v 1.48 2006/11/21 23:11:55 tgl Exp $
  *
  *-------------------------------------------------------------------------
  */
@@ -729,7 +729,7 @@ static const struct
                                                                 * Tallinn, Vilnius */
        {
                "GMT Standard Time", "GMT Daylight Time",
-               "Europe/Dublin"
+               "Europe/London"
        },                                                      /* (GMT) Greenwich Mean Time : Dublin,
                                                                 * Edinburgh, Lisbon, London */
        {