diff options
author | Armin Kuster <akuster@mvista.com> | 2016-10-23 20:00:16 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-11-16 10:37:57 +0000 |
commit | ff95390beeb091b2879cbfd8195beee34c79aac2 (patch) | |
tree | 78dd1c36a75189d1a05fa81d078d7ef8ecf85ca7 /meta | |
parent | 19bee74728e1193db86f92a173792a98c4749c85 (diff) | |
download | poky-ff95390beeb091b2879cbfd8195beee34c79aac2.tar.gz |
tzdata: Update to 2016h
Changes to future time stamps
Asia/Gaza and Asia/Hebron end DST on 2016-10-29 at 01:00, not
2016-10-21 at 00:00. (Thanks to Sharef Mustafa.) Predict that
future fall transitions will be on the last Saturday of October
at 01:00, which is consistent with predicted spring transitions
on the last Saturday of March. (Thanks to Tim Parenti.)
Changes to past time stamps
In Turkey, transitions in 1986-1990 were at 01:00 standard time
not at 02:00, and the spring 1994 transition was on March 20, not
March 27. (Thanks to Kıvanç Yazan.)
Changes to past and future time zone abbreviations
Asia/Colombo now uses numeric time zone abbreviations like "+0530"
instead of alphabetic ones like "IST" and "LKT". Various
English-language sources use "IST", "LKT" and "SLST", with no
working consensus. (Usage of "SLST" mentioned by Sadika
Sumanapala.)
(From OE-Core rev: ff11ca44fec8e4b2aa523e032bd967e3ab8339a8)
(From OE-Core rev: 5637d1555b51569cdd7202ee47a0b913a0b429cb)
Signed-off-by: Armin Kuster <akuster@mvista.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-extended/tzdata/tzdata_2016h.bb (renamed from meta/recipes-extended/tzdata/tzdata_2016g.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-extended/tzdata/tzdata_2016g.bb b/meta/recipes-extended/tzdata/tzdata_2016h.bb index 3ee4b5af67..00b0f5fca5 100644 --- a/meta/recipes-extended/tzdata/tzdata_2016g.bb +++ b/meta/recipes-extended/tzdata/tzdata_2016h.bb | |||
@@ -9,8 +9,8 @@ DEPENDS = "tzcode-native" | |||
9 | SRC_URI = "http://www.iana.org/time-zones/repository/releases/tzdata${PV}.tar.gz;name=tzdata" | 9 | SRC_URI = "http://www.iana.org/time-zones/repository/releases/tzdata${PV}.tar.gz;name=tzdata" |
10 | UPSTREAM_CHECK_URI = "http://www.iana.org/time-zones" | 10 | UPSTREAM_CHECK_URI = "http://www.iana.org/time-zones" |
11 | 11 | ||
12 | SRC_URI[tzdata.md5sum] = "3c7e97ec8527211104d27cc1d97a23de" | 12 | SRC_URI[tzdata.md5sum] = "878f0ec3fd9e4026ea11dd1b649a315a" |
13 | SRC_URI[tzdata.sha256sum] = "3c7137b2bc47323b0de47b77786bacf81ed503d4b2c693ff8ada2fbd1281ebd1" | 13 | SRC_URI[tzdata.sha256sum] = "da1b74fc2dec2ce8b64948dafb0bfc2f923c830d421a7ae4d016226135697a64" |
14 | 14 | ||
15 | inherit allarch | 15 | inherit allarch |
16 | 16 | ||