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:27:09 +0000 |
commit | b19d01469cca60e561c4b60cbc5f2c1adc4897b8 (patch) | |
tree | 9a51aed3f3badb5d1e71aa960cf24ed88509bdb3 /meta/recipes-extended/tzdata | |
parent | a5abc5346b361dfb68271fa0ea318a5e8010f1d7 (diff) | |
download | poky-b19d01469cca60e561c4b60cbc5f2c1adc4897b8.tar.gz |
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. `
(From OE-Core rev: 00ca64c98615c95343e05017caa6da4720e37be2)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 @@ | |||
1 | SRC_URI = "ftp://ftp.iana.org/tz/releases/tzdata${PV}.tar.gz;name=tzdata" | ||
2 | |||
3 | SRC_URI[tzdata.md5sum] = "ed05111948beba8a0f30956baa46b272" | ||
4 | SRC_URI[tzdata.sha256sum] = "e78152f616fb07c1dea124215ffca57d0de66d8897e00896086542e3de30f69e" | ||
5 | |||
6 | 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 @@ | |||
1 | SRC_URI = "ftp://ftp.iana.org/tz/releases/tzdata${PV}.tar.gz;name=tzdata" | ||
2 | |||
3 | SRC_URI[tzdata.md5sum] = "00adeb62a0897aac5ba67da838351adb" | ||
4 | SRC_URI[tzdata.sha256sum] = "2af331bdd2b794ec59b8ded7300fb29dc3573a009ec14183f5c9ad38e3886153" | ||
5 | |||
6 | require tzdata.inc | ||