diff options
author | Armin Kuster <akuster@mvista.com> | 2016-03-23 18:21:51 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-26 22:49:36 +0000 |
commit | 66031bcf8cec2e8e7a6803f2c6cfc2c2ba071ffe (patch) | |
tree | 50b198a85a6538a645c38d85c63dfb097e3000f6 /meta/recipes-extended | |
parent | 41adb87c2f1aa20e51f1af3542d65c920eb94be6 (diff) | |
download | openembedded-core-66031bcf8cec2e8e7a6803f2c6cfc2c2ba071ffe.tar.gz openembedded-core-66031bcf8cec2e8e7a6803f2c6cfc2c2ba071ffe.tar.bz2 openembedded-core-66031bcf8cec2e8e7a6803f2c6cfc2c2ba071ffe.zip |
tzdata: update to 2016c
The 2016c release of the tz code and data is available. Its most urgent change is for Asia/Baku, where the update takes effect this weekend.
This release reflects the following changes, which were either circulated on the tz mailing list or are relatively minor technical or administrative changes:
Changes affecting future time stamps
Azerbaijan no longer observes DST. (Thanks to Steffen Thorsen.)
Chile reverts from permanent to seasonal DST. (Thanks to Juan
Correa for the heads-up, and to Tim Parenti for corrections.)
Guess that future transitions are August's and May's second
Saturdays at 24:00 mainland time. Also, call the period from
2014-09-07 through 2016-05-14 daylight saving time instead of
standard time, as that seems more appropriate now.
Changes affecting past time stamps
Europe/Kaliningrad and Europe/Vilnius changed from +03/+04 to
+02/+03 on 1989-03-26, not 1991-03-31. Europe/Volgograd changed
from +04/+05 to +03/+04 on 1988-03-27, not 1989-03-26.
(Thanks to Stepan Golosunov.)
Changes to commentary
Several updates and URLs for historical and proposed Russian changes.
(Thanks to Stepan Golosunov, Matt Johnson, and Alexander Krivenyshev.)
Signed-off-by: Armin Kuster <akuster@mvista.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r-- | meta/recipes-extended/tzdata/tzdata_2016c.bb (renamed from meta/recipes-extended/tzdata/tzdata_2016b.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-extended/tzdata/tzdata_2016b.bb b/meta/recipes-extended/tzdata/tzdata_2016c.bb index b9e386a652..5eb85b7e9a 100644 --- a/meta/recipes-extended/tzdata/tzdata_2016b.bb +++ b/meta/recipes-extended/tzdata/tzdata_2016c.bb @@ -8,8 +8,8 @@ DEPENDS = "tzcode-native" SRC_URI = "http://www.iana.org/time-zones/repository/releases/tzdata${PV}.tar.gz;name=tzdata" -SRC_URI[tzdata.md5sum] = "f638ec0d4d7a17f001ce475860255c85" -SRC_URI[tzdata.sha256sum] = "6392091d92556a32de488ea06a055c51bc46b7d8046c8a677f0ccfe286b3dbdc" +SRC_URI[tzdata.md5sum] = "0330ccd16140d3b6438a18dae9b34b93" +SRC_URI[tzdata.sha256sum] = "8700d981e6f2007ac037dabb5d2b12f390e8629bbc30e564bc21cf0c069a2d48" inherit allarch |