Обсуждение: pgsql: Translate Windows' GMT Standard Time/GMT Daylight Time zones to

Поиск
Список
Период
Сортировка

pgsql: Translate Windows' GMT Standard Time/GMT Daylight Time zones to

От
tgl@postgresql.org (Tom Lane)
Дата:
Log Message:
-----------
Translate Windows' GMT Standard Time/GMT Daylight Time zones to
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.

Modified Files:
--------------
    pgsql/src/timezone:
        pgtz.c (r1.47 -> r1.48)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/timezone/pgtz.c.diff?r1=1.47&r2=1.48)