Skip to content

Commit

Permalink
Update tzdata and zoneinfo to version 2009r.
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions committed Oct 31, 2022
1 parent b23d3f3 commit e6528e1
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 10 deletions.
31 changes: 27 additions & 4 deletions tzdata/antarctica
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# <pre>
# @(#)antarctica 8.5
# @(#)antarctica 8.6
# This file is in the public domain, so clarified as of
# 2009-05-17 by Arthur David Olson.

Expand Down Expand Up @@ -80,15 +80,38 @@ Rule ChileAQ 2000 max - Mar Sun>=9 3:00u 0 -
# Davis, Vestfold Hills, -6835+07759, since 1957-01-13
# (except 1964-11 - 1969-02)
# Mawson, Holme Bay, -6736+06253, since 1954-02-13

# From Steffen Thorsen (2009-03-11):
# Three Australian stations in Antarctica have changed their time zone:
# Casey moved from UTC+8 to UTC+11
# Davis moved from UTC+7 to UTC+5
# Mawson moved from UTC+6 to UTC+5
# The changes occurred on 2009-10-18 at 02:00 (local times).
#
# Government source: (Australian Antarctic Division)
# <a href="http://www.aad.gov.au/default.asp?casid=37079">
# http://www.aad.gov.au/default.asp?casid=37079
# </a>
#
# We have more background information here:
# <a href="http://www.timeanddate.com/news/time/antarctica-new-times.html">
# http://www.timeanddate.com/news/time/antarctica-new-times.html
# </a>

# Zone NAME GMTOFF RULES FORMAT [UNTIL]
Zone Antarctica/Casey 0 - zzz 1969
8:00 - WST # Western (Aus) Standard Time
8:00 - WST 2009 Oct 18 2:00
# Western (Aus) Standard Time
11:00 - CAST # Casey Time
Zone Antarctica/Davis 0 - zzz 1957 Jan 13
7:00 - DAVT 1964 Nov # Davis Time
0 - zzz 1969 Feb
7:00 - DAVT
7:00 - DAVT 2009 Oct 18 2:0
5:00 - DAVT
Zone Antarctica/Mawson 0 - zzz 1954 Feb 13
6:00 - MAWT # Mawson Time
6:00 - MAWT 2009 Oct 18 2:00
# Mawson Time
5:00 - MAWT
# References:
# <a href="http://www.antdiv.gov.au/aad/exop/sfo/casey/casey_aws.html">
# Casey Weather (1998-02-26)
Expand Down
10 changes: 8 additions & 2 deletions zoneinfo/Antarctica/Casey.ics
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ BEGIN:VCALENDAR
PRODID:-//github.com/libical/vzic//NONSGML ICS//EN
VERSION:2.0
BEGIN:VTIMEZONE
TZID:/github.com/libical/tzdbics/20221031_2001a/Antarctica/Casey
LAST-MODIFIED:20221031T140715Z
TZID:/github.com/libical/tzdbics/20221031_2009r/Antarctica/Casey
LAST-MODIFIED:20221031T154442Z
X-LIC-LOCATION:Antarctica/Casey
X-PROLEPTIC-TZNAME:zzz
BEGIN:STANDARD
Expand All @@ -12,5 +12,11 @@ TZOFFSETFROM:+0000
TZOFFSETTO:+0800
DTSTART:19690101T000000
END:STANDARD
BEGIN:STANDARD
TZNAME:CAST
TZOFFSETFROM:+0800
TZOFFSETTO:+1100
DTSTART:20091018T020000
END:STANDARD
END:VTIMEZONE
END:VCALENDAR
10 changes: 8 additions & 2 deletions zoneinfo/Antarctica/Davis.ics
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ BEGIN:VCALENDAR
PRODID:-//github.com/libical/vzic//NONSGML ICS//EN
VERSION:2.0
BEGIN:VTIMEZONE
TZID:/github.com/libical/tzdbics/20221031_2001a/Antarctica/Davis
LAST-MODIFIED:20221031T140715Z
TZID:/github.com/libical/tzdbics/20221031_2009r/Antarctica/Davis
LAST-MODIFIED:20221031T154442Z
X-LIC-LOCATION:Antarctica/Davis
X-PROLEPTIC-TZNAME:zzz
BEGIN:STANDARD
Expand All @@ -19,5 +19,11 @@ TZOFFSETFROM:+0700
TZOFFSETTO:+0000
DTSTART:19641101T000000
END:STANDARD
BEGIN:STANDARD
TZNAME:DAVT
TZOFFSETFROM:+0700
TZOFFSETTO:+0500
DTSTART:20091018T020000
END:STANDARD
END:VTIMEZONE
END:VCALENDAR
10 changes: 8 additions & 2 deletions zoneinfo/Antarctica/Mawson.ics
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ BEGIN:VCALENDAR
PRODID:-//github.com/libical/vzic//NONSGML ICS//EN
VERSION:2.0
BEGIN:VTIMEZONE
TZID:/github.com/libical/tzdbics/20221031_2001a/Antarctica/Mawson
LAST-MODIFIED:20221031T140715Z
TZID:/github.com/libical/tzdbics/20221031_2009r/Antarctica/Mawson
LAST-MODIFIED:20221031T154442Z
X-LIC-LOCATION:Antarctica/Mawson
X-PROLEPTIC-TZNAME:zzz
BEGIN:STANDARD
Expand All @@ -12,5 +12,11 @@ TZOFFSETFROM:+0000
TZOFFSETTO:+0600
DTSTART:19540213T000000
END:STANDARD
BEGIN:STANDARD
TZNAME:MAWT
TZOFFSETFROM:+0600
TZOFFSETTO:+0500
DTSTART:20091018T020000
END:STANDARD
END:VTIMEZONE
END:VCALENDAR

0 comments on commit e6528e1

Please sign in to comment.