Update time zones to version 2016i

pull/225/head
Francis Lachapelle 2016-11-08 15:29:54 -05:00
parent 62a3057633
commit c98ebb5f44
4 changed files with 17 additions and 8 deletions

1
NEWS
View File

@ -5,6 +5,7 @@ New features
- [core] support repetitive email alarms on tasks and events (#1053)
Enhancements
- [core] updated time zones to version 2016i
- [eas] now also search on senders when using EAS Search ops
- [web] allow multiple messages to be marked as seen (#3873)

View File

@ -5,9 +5,9 @@ BEGIN:VTIMEZONE
TZID:Antarctica/Casey
X-LIC-LOCATION:Antarctica/Casey
BEGIN:STANDARD
TZOFFSETFROM:+0800
TZOFFSETTO:+0800
TZNAME:+08
TZOFFSETFROM:+1100
TZOFFSETTO:+1100
TZNAME:+11
DTSTART:19700101T000000
END:STANDARD
END:VTIMEZONE

View File

@ -4,11 +4,19 @@ VERSION:2.0
BEGIN:VTIMEZONE
TZID:Pacific/Tongatapu
X-LIC-LOCATION:Pacific/Tongatapu
BEGIN:STANDARD
BEGIN:DAYLIGHT
TZOFFSETFROM:+1300
TZOFFSETTO:+1400
TZNAME:+14
DTSTART:19701101T020000
RRULE:FREQ=YEARLY;BYMONTH=11;BYDAY=1SU
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:+1400
TZOFFSETTO:+1300
TZNAME:TOT
DTSTART:19700101T000000
TZNAME:+13
DTSTART:19700118T030000
RRULE:FREQ=YEARLY;BYMONTH=1;BYDAY=3SU
END:STANDARD
END:VTIMEZONE
END:VCALENDAR

View File

@ -11,8 +11,8 @@ To updated the timezone files:
mkdir /tmp/zones
cd /tmp/zones
wget http://www.iana.org/time-zones/repository/releases/tzdata2016h.tar.gz
tar -zxvf tzdata2016h.tar.gz
wget http://www.iana.org/time-zones/repository/releases/tzdata2016i.tar.gz
tar -zxvf tzdata2016i.tar.gz
4- compile and run the conversion tool