diff options
author | Armin Kuster <akuster808@gmail.com> | 2014-10-22 13:29:14 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-11-04 10:19:54 +0000 |
commit | 00ca64c98615c95343e05017caa6da4720e37be2 (patch) | |
tree | a477d561e65050e84ddef1bdfbf10ff6695059f9 /meta/recipes-extended/tzdata | |
parent | 3a4cc36da4786f8de57b328e8220b96fc22f3577 (diff) | |
download | openembedded-core-00ca64c98615c95343e05017caa6da4720e37be2.tar.gz openembedded-core-00ca64c98615c95343e05017caa6da4720e37be2.tar.bz2 openembedded-core-00ca64c98615c95343e05017caa6da4720e37be2.zip |
tzdata: update to 2014i
Changes affecting future time stamps
Pacific/Fiji will observe DST from 2014-11-02 02:00 to
2015-01-18 03:00. (Thanks to Ken Rylander for the heads-up.)
Guess that future years will use a similar pattern.
A new Zone Pacific/Bougainville, for the part of Papua New
Guinea that plans to switch from UTC+10 to UTC+11 on
2014-12-28 at 02:00. (Thanks to Kiley Walbom for the
heads-up.)
Changes affecting time zone abbreviations
Since Belarus is not changing its clocks even though Moscow
is, the time zone abbreviation in Europe/Minsk is changing
from FET to its more-traditional value MSK on 2014-10-26 at
01:00. (Thanks to Alexander Bokovoy for the heads-up about
Belarus.)
The new abbreviation IDT stands for the pre-1976 use of UT+8
in Indochina, to distinguish it better from ICT (UT+7).
Changes affecting past time stamps
Many time stamps have been corrected for Asia/Ho_Chi_Minh
before 1976 (thanks to Trần Ngọc Quân for an indirect pointer
to Trần Tiến Bình's authoritative book). Asia/Ho_Chi_Minh has
been added to zone1970.tab, to give tzselect users in Vietnam
two choices, since north and south Vietnam disagreed after our
1970 cutoff.
Asia/Phnom_Penh and Asia/Vientiane have been turned into
links, as they differed from existing zones only for older
time stamps. As usual, these changes affect pre-1970 time
stamps only. Their old contents have been moved to the
'backzone' file. `
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-extended/tzdata')
-rw-r--r-- | meta/recipes-extended/tzdata/tzdata_2014h.bb | 6 | ||||
-rw-r--r-- | meta/recipes-extended/tzdata/tzdata_2014i.bb | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/meta/recipes-extended/tzdata/tzdata_2014h.bb b/meta/recipes-extended/tzdata/tzdata_2014h.bb deleted file mode 100644 index 9334a6293b..0000000000 --- a/meta/recipes-extended/tzdata/tzdata_2014h.bb +++ /dev/null @@ -1,6 +0,0 @@ -SRC_URI = "ftp://ftp.iana.org/tz/releases/tzdata${PV}.tar.gz;name=tzdata" - -SRC_URI[tzdata.md5sum] = "ed05111948beba8a0f30956baa46b272" -SRC_URI[tzdata.sha256sum] = "e78152f616fb07c1dea124215ffca57d0de66d8897e00896086542e3de30f69e" - -require tzdata.inc diff --git a/meta/recipes-extended/tzdata/tzdata_2014i.bb b/meta/recipes-extended/tzdata/tzdata_2014i.bb new file mode 100644 index 0000000000..cab9b84ea7 --- /dev/null +++ b/meta/recipes-extended/tzdata/tzdata_2014i.bb @@ -0,0 +1,6 @@ +SRC_URI = "ftp://ftp.iana.org/tz/releases/tzdata${PV}.tar.gz;name=tzdata" + +SRC_URI[tzdata.md5sum] = "00adeb62a0897aac5ba67da838351adb" +SRC_URI[tzdata.sha256sum] = "2af331bdd2b794ec59b8ded7300fb29dc3573a009ec14183f5c9ad38e3886153" + +require tzdata.inc |