Closed
Bug 632149
Opened 15 years ago
Closed 14 years ago
Update internal timezone database from version 2010i to version 2011b
Categories
(Calendar :: Internal Components, defect)
Calendar
Internal Components
Tracking
(Not tracked)
RESOLVED
FIXED
1.0b3
People
(Reporter: ssitter, Assigned: Fallen)
Details
(Whiteboard: [needed beta][has l10n impact])
Attachments
(2 files)
23.48 KB,
patch
|
ssitter
:
review+
|
Details | Diff | Splinter Review |
4.82 KB,
patch
|
Details | Diff | Splinter Review |
Olson timezone database has been released in new version:
ftp://elsie.nci.nih.gov/pub/tzcode2011b.tar.gz
ftp://elsie.nci.nih.gov/pub/tzdata2011b.tar.gz
Assignee | ||
Comment 1•15 years ago
|
||
This isn't too much work, we should do the update before string freeze.
Flags: blocking-calendar1.0+
Whiteboard: [needed beta][has l10n impact]
Assignee | ||
Comment 2•14 years ago
|
||
kewisch@Herbert:~/mozilla/olson$ vzic
WARNING: Africa/Cairo: Modifying RRULE (last weekday) for Outlook compatability
Outputting: RRULE:FREQ=YEARLY;BYMONTH=9;BYDAY=-1FR
WARNING: Antarctica/Palmer: Modifying RRULE to be compatible with Outlook (day >= 9, month = 10)
WARNING: Antarctica/Palmer: Modifying RRULE to be compatible with Outlook (day >= 9, month = 3)
WARNING: Couldn't find a LETTER_S to use in FORMAT: CHO%sT in Zone: Asia/Choibalsan Leaving TZNAME empty
WARNING: America/Godthab: Modifying RRULE to be compatible with Outlook (day >= 24, month = 3)
WARNING: America/Godthab: Modifying RRULE to be compatible with Outlook (day >= 24, month = 10)
WARNING: Couldn't find a LETTER_S to use in FORMAT: M%sT in Zone: America/Inuvik Leaving TZNAME empty
WARNING: Couldn't find a LETTER_S to use in FORMAT: P%sT in Zone: America/Whitehorse Leaving TZNAME empty
WARNING: Couldn't find a LETTER_S to use in FORMAT: P%sT in Zone: America/Dawson Leaving TZNAME empty
WARNING: Couldn't find a LETTER_S to use in FORMAT: AR%sT in Zone: America/Argentina/San_Luis Leaving TZNAME empty
Skipping DAYLIGHT change
WARNING: America/Santiago: Modifying RRULE to be compatible with Outlook (day >= 9, month = 10)
WARNING: America/Santiago: Modifying RRULE to be compatible with Outlook (day >= 9, month = 3)
kewisch@Herbert:~/mozilla/comm-central/obj-x86_64-unknown-linux-gnu/calendar/timezones$ make update=/home/kewisch/mozilla/olson/zoneinfo/zones.tab
echo 'SELECT * FROM tz_data ORDER BY tzid;' | sqlite3 /home/kewisch/mozilla/comm-central/calendar/timezones/timezones.sqlite > /home/kewisch/mozilla/comm-central/calendar/timezones/timezones_before_update.dump
../../mozilla/dist/bin/run-mozilla.sh ../../mozilla/dist/bin/xpcshell -s -w /home/kewisch/mozilla/comm-central/calendar/timezones/update.js /home/kewisch/mozilla/olson/zoneinfo/zones.tab /home/kewisch/mozilla/comm-central/calendar/timezones/../.. 1.2011b
Changes needed for /home/kewisch/mozilla/comm-central/calendar/timezones/../../calendar/locales/en-US/chrome/calendar/timezones.properties:
---
add pref.timezone.America.Bahia_Banderas=America/Bahia Banderas
add pref.timezone.America.North_Dakota.Beulah=America/North Dakota/Beulah
add pref.timezone.Pacific.Chuuk=Pacific/Chuuk
add pref.timezone.Pacific.Pohnpei=Pacific/Pohnpei
---
timezone has been updated: Africa/Cairo
timezone: Pacific/Ponape [t]ake over as is or use [a]lias? t
timezone: Pacific/Truk [t]ake over as is or use [a]lias? t
timezone: Pacific/Wallis [t]ake over as is or use [a]lias? t
Changes needed for /home/kewisch/mozilla/comm-central/calendar/timezones/../../calendar/locales/en-US/chrome/calendar/timezones.properties:
---
---
DONE.
Attachment #510581 -
Flags: review?(ssitter)
Assignee | ||
Comment 3•14 years ago
|
||
Assignee: nobody → philipp
Status: NEW → ASSIGNED
Assignee | ||
Updated•14 years ago
|
Whiteboard: [needed beta][has l10n impact] → [needed beta][has l10n impact][needs review]
Reporter | ||
Comment 4•14 years ago
|
||
Comment on attachment 510581 [details] [diff] [review]
Fix - v1
r=ssitter
Attachment #510581 -
Flags: review?(ssitter) → review+
Assignee | ||
Comment 5•14 years ago
|
||
Pushed to comm-central <http://hg.mozilla.org/comm-central/rev/a1bbbc710d63>
-> FIXED
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → Trunk
Comment 6•14 years ago
|
||
Are you going to do the same in 1.9.2?
Assignee | ||
Comment 7•14 years ago
|
||
Oh yes, sure, sorry!
Whiteboard: [needed beta][has l10n impact][needs review] → [needed beta][has l10n impact]
Assignee | ||
Comment 8•14 years ago
|
||
Backported to comm-1.9.2 <http://hg.mozilla.org/releases/comm-1.9.2/rev/e818d24dac55>
a=philipp
Target Milestone: Trunk → 1.0b3
You need to log in
before you can comment on or make changes to this bug.
Description
•