Skip to content

Commit 9cd8413

Browse files
author
GitHub Actions
committed
Update tzdata and zoneinfo to version 2019c.
1 parent aea8e14 commit 9cd8413

25 files changed

+788
-329
lines changed

tzdata/NEWS

Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,80 @@
11
News for the tz database
22

3+
Release 2019c - 2019-09-11 08:59:48 -0700
4+
5+
Briefly:
6+
Fiji observes DST from 2019-11-10 to 2020-01-12.
7+
Norfolk Island starts observing Australian-style DST.
8+
9+
Changes to future timestamps
10+
11+
Fiji's next DST transitions will be 2019-11-10 and 2020-01-12
12+
instead of 2019-11-03 and 2020-01-19. (Thanks to Raymond Kumar.)
13+
Adjust future guesses accordingly.
14+
15+
Norfolk Island will observe Australian-style DST starting in
16+
spring 2019. The first transition is on 2019-10-06. (Thanks to
17+
Kyle Czech and Michael Deckers.)
18+
19+
Changes to past timestamps
20+
21+
Many corrections to time in Turkey from 1940 through 1985.
22+
(Thanks to Oya Vulaş via Alois Treindl, and to Kıvanç Yazan.)
23+
24+
The Norfolk Island 1975-03-02 transition was at 02:00 standard
25+
time, not 02:00 DST. (Thanks to Michael Deckers.)
26+
27+
South Korea observed DST from 1948 through 1951. Although this
28+
info was supposed to appear in release 2014j, a typo inadvertently
29+
suppressed the change. (Thanks to Alois Treindl.)
30+
31+
Detroit observed DST in 1967 and 1968 following the US DST rules,
32+
except that its 1967 DST began on June 14 at 00:01. (Thanks to
33+
Alois Treindl for pointing out that the old data entries were
34+
probably wrong.)
35+
36+
Fix several errors in pre-1970 transitions in Perry County, IN.
37+
(Thanks to Alois Triendl for pointing out the 1967/9 errors.)
38+
39+
Edmonton did not observe DST in 1967 or 1969. In 1946 Vancouver
40+
ended DST on 09-29 not 10-13, and Vienna ended DST on 10-07 not
41+
10-06. In 1945 Königsberg (now Kaliningrad) switched from +01/+02
42+
to +02/+03 on 04-10 not 01-01, and its +02/+03 is abbreviated
43+
EET/EEST, not CET/CEST. (Thanks to Alois Triendl.) In 1946
44+
Königsberg switched to +03 on 04-07 not 01-01.
45+
46+
In 1946 Louisville switched from CST to CDT on 04-28 at 00:01, not
47+
01-01 at 00:00. (Thanks to Alois Treindl and Michael Deckers.)
48+
Also, it switched from CST to CDT on 1950-04-30, not 1947-04-27.
49+
50+
The 1892-05-01 transition in Brussels was at 00:17:30, not at noon.
51+
(Thanks to Michael Deckers.)
52+
53+
Changes to past time zone abbreviations and DST flags
54+
55+
Hong Kong Winter Time, observed from 1941-10-01 to 1941-12-25,
56+
is now flagged as DST and is abbreviated HKWT not HKT.
57+
58+
Changes to code
59+
60+
leapseconds.awk now relies only on its input data, rather than
61+
also relying on its comments. (Inspired by code from Dennis
62+
Ferguson and Chris Woodbury.)
63+
64+
The code now defends against CRLFs in leap-seconds.list.
65+
(Thanks to Brian Inglis and Chris Woodbury.)
66+
67+
Changes to documentation and commentary
68+
69+
theory.html discusses leap seconds. (Thanks to Steve Summit.)
70+
71+
Nashville's newspapers dueled about the time of day in the 1950s.
72+
(Thanks to John Seigenthaler.)
73+
74+
Liechtenstein observed Swiss DST in 1941/2.
75+
(Thanks to Alois Treindl.)
76+
77+
378
Release 2019b - 2019-07-01 00:09:53 -0700
479

580
Briefly:

tzdata/asia

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# [email protected] for general use in the future). For more, please see
99
# the file CONTRIBUTING in the tz distribution.
1010

11-
# From Paul Eggert (2018-06-19):
11+
# From Paul Eggert (2019-07-11):
1212
#
1313
# Unless otherwise specified, the source for data through 1990 is:
1414
# Thomas G. Shanks and Rique Pottenger, The International Atlas (6th edition),
@@ -47,13 +47,13 @@
4747
# 7:00 WIB west Indonesia (Waktu Indonesia Barat)
4848
# 8:00 WITA central Indonesia (Waktu Indonesia Tengah)
4949
# 8:00 CST China
50-
# 8:00 PST PDT* Philippine Standard Time
50+
# 8:00 HKT HKST Hong Kong (HKWT* for Winter Time in late 1941)
51+
# 8:00 PST PDT* Philippines
5152
# 8:30 KST KDT Korea when at +0830
5253
# 9:00 WIT east Indonesia (Waktu Indonesia Timur)
5354
# 9:00 JST JDT Japan
5455
# 9:00 KST KDT Korea when at +09
55-
# 9:30 ACST Australian Central Standard Time
56-
# *I invented the abbreviation PDT; see "Philippines" below.
56+
# *I invented the abbreviations HKWT and PDT; see below.
5757
# Otherwise, these tables typically use numeric abbreviations like +03
5858
# and +0330 for integer hour and minute UT offsets. Although earlier
5959
# editions invented alphabetic time zone abbreviations for every
@@ -653,6 +653,15 @@ Zone Asia/Urumqi 5:50:20 - LMT 1928
653653
# * 1941-09-30, Hong Kong Daily Press, Winter Time Warning.
654654
# https://i.imgur.com/dge4kFJ.png
655655

656+
# From Paul Eggert (2019-07-11):
657+
# "Hong Kong winter time" is considered to be daylight saving.
658+
# "Hong Kong had adopted daylight saving on June 15 as a wartime measure,
659+
# clocks moving forward one hour until October 1, when they would be put back
660+
# by just half an hour for 'Hong Kong Winter time', so that daylight saving
661+
# operated year round." -- Low Z. The longest day: when wartime Hong Kong
662+
# introduced daylight saving. South China Morning Post. 2019-06-28.
663+
# https://www.scmp.com/magazines/post-magazine/short-reads/article/3016281/longest-day-when-wartime-hong-kong-introduced
664+
656665
# From P Chan (2018-12-31):
657666
# * According to the Hong Kong Daylight-Saving Regulations, 1941, the
658667
# 1941 spring-forward transition was at 03:00.
@@ -754,7 +763,7 @@ Rule HK 1979 only - Oct 21 3:30 0 -
754763
Zone Asia/Hong_Kong 7:36:42 - LMT 1904 Oct 30 0:36:42
755764
8:00 - HKT 1941 Jun 15 3:00
756765
8:00 1:00 HKST 1941 Oct 1 4:00
757-
8:30 - HKT 1941 Dec 25
766+
8:00 0:30 HKWT 1941 Dec 25
758767
9:00 - JST 1945 Nov 18 2:00
759768
8:00 HK HK%sT
760769

@@ -2419,7 +2428,7 @@ Rule ROK 1987 1988 - Oct Sun>=8 3:00 0 S
24192428
Zone Asia/Seoul 8:27:52 - LMT 1908 Apr 1
24202429
8:30 - KST 1912 Jan 1
24212430
9:00 - JST 1945 Sep 8
2422-
9:00 - KST 1954 Mar 21
2431+
9:00 ROK K%sT 1954 Mar 21
24232432
8:30 ROK K%sT 1961 Aug 10
24242433
9:00 ROK K%sT
24252434
Zone Asia/Pyongyang 8:23:00 - LMT 1908 Apr 1
@@ -3604,7 +3613,7 @@ Zone Asia/Tashkent 4:37:11 - LMT 1924 May 2
36043613
# and in South Vietnam in particular (after 1954):
36053614
# To 07:00 on 1911-05-01.
36063615
# To 08:00 on 1942-12-31 at 23:00.
3607-
# To 09:00 in 1945-03-14 at 23:00.
3616+
# To 09:00 on 1945-03-14 at 23:00.
36083617
# To 07:00 on 1945-09-02 in Vietnam.
36093618
# To 08:00 on 1947-04-01 in French-controlled Indochina.
36103619
# To 07:00 on 1955-07-01 in South Vietnam.

tzdata/australasia

Lines changed: 29 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -367,13 +367,18 @@ Zone Indian/Cocos 6:27:40 - LMT 1900
367367
# From Raymond Kumar (2018-07-13):
368368
# http://www.fijitimes.com/government-approves-2018-daylight-saving/
369369
# ... The daylight saving period will end at 3am on Sunday January 13, 2019.
370-
#
371-
# From Paul Eggert (2018-07-15):
372-
# For now, guess DST from 02:00 the first Sunday in November to 03:00
373-
# the first Sunday on or after January 13. January transitions reportedly
370+
371+
# From Paul Eggert (2019-08-06):
372+
# Today Raymond Kumar reported the Government of Fiji Gazette Supplement No. 27
373+
# (2019-08-02) said that Fiji observes DST "commencing at 2.00 am on
374+
# Sunday, 10 November 2019 and ending at 3.00 am on Sunday, 12 January 2020."
375+
# For now, guess DST from 02:00 the second Sunday in November to 03:00
376+
# the first Sunday on or after January 12. January transitions reportedly
374377
# depend on when school terms start. Although the guess is ad hoc, it matches
375-
# transitions since late 2014 and seems more likely to match future
376-
# practice than guessing no DST.
378+
# transitions planned this year and seems more likely to match future practice
379+
# than guessing no DST.
380+
# From Michael Deckers (2019-08-06):
381+
# https://www.laws.gov.fj/LawsAsMade/downloadfile/848
377382

378383
# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
379384
Rule Fiji 1998 1999 - Nov Sun>=1 2:00 1:00 -
@@ -384,8 +389,9 @@ Rule Fiji 2010 2013 - Oct Sun>=21 2:00 1:00 -
384389
Rule Fiji 2011 only - Mar Sun>=1 3:00 0 -
385390
Rule Fiji 2012 2013 - Jan Sun>=18 3:00 0 -
386391
Rule Fiji 2014 only - Jan Sun>=18 2:00 0 -
387-
Rule Fiji 2014 max - Nov Sun>=1 2:00 1:00 -
388-
Rule Fiji 2015 max - Jan Sun>=13 3:00 0 -
392+
Rule Fiji 2014 2018 - Nov Sun>=1 2:00 1:00 -
393+
Rule Fiji 2015 max - Jan Sun>=12 3:00 0 -
394+
Rule Fiji 2019 max - Nov Sun>=8 2:00 1:00 -
389395
# Zone NAME STDOFF RULES FORMAT [UNTIL]
390396
Zone Pacific/Fiji 11:55:44 - LMT 1915 Oct 26 # Suva
391397
12:00 Fiji +12/+13
@@ -604,10 +610,11 @@ Zone Pacific/Niue -11:19:40 - LMT 1901 # Alofi
604610
# Zone NAME STDOFF RULES FORMAT [UNTIL]
605611
Zone Pacific/Norfolk 11:11:52 - LMT 1901 # Kingston
606612
11:12 - +1112 1951
607-
11:30 - +1130 1974 Oct 27 02:00
608-
11:30 1:00 +1230 1975 Mar 2 02:00
609-
11:30 - +1130 2015 Oct 4 02:00
610-
11:00 - +11
613+
11:30 - +1130 1974 Oct 27 02:00s
614+
11:30 1:00 +1230 1975 Mar 2 02:00s
615+
11:30 - +1130 2015 Oct 4 02:00s
616+
11:00 - +11 2019 Jul
617+
11:00 AN +11/+12
611618

612619
# Palau (Belau)
613620
# Zone NAME STDOFF RULES FORMAT [UNTIL]
@@ -1875,12 +1882,21 @@ Zone Pacific/Wallis 12:15:20 - LMT 1901
18751882
# ... at 12.30 am (by legal time in New South Wales) on 4 October 2015.
18761883
# http://www.norfolkisland.gov.nf/nia/MediaRelease/Media%20Release%20Norfolk%20Island%20Standard%20Time%20Change.pdf
18771884

1878-
# From Paul Eggert (2015-09-23):
1885+
# From Paul Eggert (2019-08-28):
18791886
# Transitions before 2015 are from timeanddate.com, which consulted
18801887
# the Norfolk Island Museum and the Australian Bureau of Meteorology's
18811888
# Norfolk Island station, and found no record of Norfolk observing DST
18821889
# other than in 1974/5. See:
18831890
# https://www.timeanddate.com/time/australia/norfolk-island.html
1891+
# However, disagree with timeanddate about the 1975-03-02 transition;
1892+
# timeanddate has 02:00 but 02:00s corresponds to what the NSW law said
1893+
# (thanks to Michael Deckers).
1894+
1895+
# Norfolk started observing Australian DST in spring 2019.
1896+
# From Kyle Czech (2019-08-13):
1897+
# https://www.legislation.gov.au/Details/F2018L01702
1898+
# From Michael Deckers (2019-08-14):
1899+
# https://www.legislation.gov.au/Details/F2019C00010
18841900

18851901
# Palau
18861902
# See commentary for Micronesia.

tzdata/backzone

Lines changed: 25 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -507,19 +507,35 @@ Zone Asia/Muscat 3:54:24 - LMT 1920
507507
#Zone Asia/Panaji [not enough info to complete]
508508

509509
# Cambodia
510-
# From Paul Eggert (2014-10-11):
511-
# See Asia/Ho_Chi_Minh for the source for most of this data. Also, guess
512-
# (1) Cambodia reverted to UT +07 on 1945-09-02, when Vietnam did, and
513-
# (2) they also reverted to +07 on 1953-11-09, the date of independence.
514-
# These guesses are probably wrong but they're better than guessing no
515-
# transitions there.
510+
511+
# From an adoptive daughter of the late Cambodian ruler Prince Sihanouk,
512+
# via Alois Treindl (2019-08-08):
513+
#
514+
# King Sihanouk said that, during the Japanese occupation, starting with
515+
# what historians refer to as "le coup de force du 9 mars 1945", Cambodia,
516+
# like the entire French Indochina, used Tokyo time zone. After Japan
517+
# surrendered, 2 September 1945, Cambodia fell under French rule again and
518+
# adopted Hanoi time zone again.
519+
#
520+
# However, on 7 January 1946, Sihanouk and Tioulong managed to obtain a
521+
# status of "internal autonomy" from the government of Charles de Gaulle.
522+
# Although many fields remained under the administration of the French
523+
# (customs, taxes, justice, defence, foreign affairs, etc.), the Cambodian
524+
# administration was responsible for religious matters and traditional
525+
# celebrations, which included our calendar and time. The time zone was GMT
526+
# + 7 and _no_ DST was applied.
527+
#
528+
# After Sihanouk and Tioulong achieved full independence, on 9 November 1953,
529+
# GMT + 7 was maintained.
530+
531+
# From Paul Eggert (2019-08-26):
532+
# See Asia/Ho_Chi_Minh for the source for most of rest of this data.
533+
516534
Zone Asia/Phnom_Penh 6:59:40 - LMT 1906 Jul 1
517535
7:06:30 - PLMT 1911 May 1
518536
7:00 - +07 1942 Dec 31 23:00
519537
8:00 - +08 1945 Mar 14 23:00
520538
9:00 - +09 1945 Sep 2
521-
7:00 - +07 1947 Apr 1
522-
8:00 - +08 1953 Nov 9
523539
7:00 - +07
524540

525541
# Israel
@@ -646,7 +662,7 @@ Zone Europe/Tiraspol 1:58:32 - LMT 1880
646662

647663
# Liechtenstein
648664
Zone Europe/Vaduz 0:38:04 - LMT 1894 Jun
649-
1:00 - CET 1981
665+
1:00 Swiss CE%sT 1981
650666
1:00 EU CE%sT
651667

652668
# Croatia

0 commit comments

Comments
 (0)