Fix bug 536209 - Update internal timezone database from version 2009p to version 2010i. r=dbo
This commit is contained in:
Родитель
caf4d9be35
Коммит
27db28982d
|
@ -461,3 +461,10 @@ pref.timezone.Asia.Kolkata=Asia/Kolkata
|
|||
|
||||
# added with 0.1.2008i:
|
||||
pref.timezone.America.Argentina.Salta=America/Argentina/Salta
|
||||
|
||||
# added with 0.1.2010i
|
||||
pref.timezone.America.Matamoros=America/Matamoros
|
||||
pref.timezone.America.Ojinaga=America/Ojinaga
|
||||
pref.timezone.America.Santa_Isabel=America/Santa Isabel
|
||||
pref.timezone.Antarctica.Macquarie=Antarctica/Macquarie
|
||||
pref.timezone.Asia.Novokuznetsk=Asia/Novokuznetsk
|
||||
|
|
|
@ -39,8 +39,8 @@
|
|||
# HOWTO update the timezones.sqlite:
|
||||
#
|
||||
# 1. Download latest vzic and Olson database
|
||||
# <http://www.twinsun.com/tz/tz-link.htm>
|
||||
# resp. <ftp://elsie.nci.nih.gov/pub/>
|
||||
# vzic: <http://code.google.com/p/tzurl/>
|
||||
# Olson DB: <ftp://elsie.nci.nih.gov/pub/>
|
||||
#
|
||||
# Modify vzic Makefile to your OLSON_DIR and set *empty* TZID_PREFIX, then
|
||||
# then make vzic and execute to produce zoneinfo.
|
||||
|
@ -102,7 +102,7 @@ TIMEZONES_SQLITE = $(srcdir)/timezones.sqlite
|
|||
ifneq ($(strip $(update)),)
|
||||
libs::
|
||||
echo 'SELECT * FROM tz_data ORDER BY tzid;' | sqlite3 $(TIMEZONES_SQLITE) > $(srcdir)/timezones_before_update.dump
|
||||
$(DIST)/bin/xpcshell -s -w $(srcdir)/update.js $(update) $(srcdir)/$(DEPTH) $(TIMEZONES_VERSION)
|
||||
$(DIST)/bin/run-mozilla.sh $(DIST)/bin/xpcshell -s -w $(srcdir)/update.js $(update) $(srcdir)/$(DEPTH) $(TIMEZONES_VERSION)
|
||||
echo 'SELECT * FROM tz_data ORDER BY tzid;' | sqlite3 $(TIMEZONES_SQLITE) > $(srcdir)/timezones.dump
|
||||
endif
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
1.2009p
|
||||
1.2010i
|
||||
|
|
Двоичные данные
calendar/timezones/timezones.sqlite
Двоичные данные
calendar/timezones/timezones.sqlite
Двоичный файл не отображается.
|
@ -42,6 +42,9 @@
|
|||
* what TZIDs have been dropped from the zones.tab. Those need to be inserted
|
||||
* below.
|
||||
*
|
||||
* The update process is partially automated in the Makefile, please read its
|
||||
* header.
|
||||
*
|
||||
* args: <path-to-zones.tab-file> <moz-root> <version>
|
||||
*/
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче