- Notifications
You must be signed in to change notification settings - Fork28
Commit234bb98
committed
Update time zone data files to tzdata release 2018e.
DST law changes in North Korea. Redefinition of "daylight savings" inIreland, as well as for some past years in Namibia and Czechoslovakia.Additional historical corrections for Czechoslovakia.With this change, the IANA database models Irish timekeeping as following"standard time" in summer, and "daylight savings" in winter, so that thedaylight savings offset is one hour behind standard time not one hourahead. This does not change their UTC offset (+1:00 in summer, 0:00 inwinter) nor their timezone abbreviations (IST in summer, GMT in winter),though now "IST" is more correctly read as "Irish Standard Time" not "IrishSummer Time". However, the "is_dst" column in the pg_timezone_names viewwill now be true in winter and false in summer for the Europe/Dublin zone.Similar changes were made for Namibia between 1994 and 2017, and forCzechoslovakia between 1946 and 1947.So far as I can find, no Postgres internal logic cares about which waytm_isdst is reported; in particular, since commitb2cbced we do notrely on it to decide how to interpret ambiguous timestamps during DSTtransitions. So I don't think this change will affect any Postgresbehavior other than the timezone-view outputs.Discussion:https://postgr.es/m/30996.1525445902@sss.pgh.pa.us1 parentbef5fcc commit234bb98
File tree
6 files changed
+1601
-1593
lines changed- src
- backend/utils/adt
- timezone
- data
- tznames
6 files changed
+1601
-1593
lines changedLines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1575 | 1575 |
| |
1576 | 1576 |
| |
1577 | 1577 |
| |
1578 |
| - | |
| 1578 | + | |
| 1579 | + | |
| 1580 | + | |
| 1581 | + | |
1579 | 1582 |
| |
1580 | 1583 |
| |
1581 | 1584 |
| |
|
0 commit comments
Comments
(0)