diff options
author | Armin Kuster <akuster808@gmail.com> | 2016-12-15 07:21:45 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-12-17 09:57:04 +0000 |
commit | 94c469c0d844697b3bd37e22ed3b0b91278b0d23 (patch) | |
tree | b9fc4a75bd8e7dbba80eee7fb9c21c9626c9f2c6 /meta/recipes-extended/tzdata | |
parent | 61983b7d27cfc160955e4c074c2f555d63857b82 (diff) | |
download | poky-94c469c0d844697b3bd37e22ed3b0b91278b0d23.tar.gz |
tzdata: update to 2016j
Briefly: Saratov, Russia moves from +03 to +04 on 2016-12-04.
Changes to future time stamps
Saratov, Russia switches from +03 to +04 on 2016-12-04 at 02:00.
This hives off a new zone Europe/Saratov from Europe/Volgograd.
(Thanks to Yuri Konotopov and Stepan Golosunov.)
Changes to past time stamps
The new zone Asia/Atyrau for Atyraƫ Region, Kazakhstan, is like
Asia/Aqtau except it switched from +05/+06 to +04/+05 in spring
1999, not fall 1994. (Thanks to Stepan Golosunov.)
Changes to past time zone abbreviations
Asia/Gaza and Asia/Hebron now use "EEST", not "EET", to denote
summer time before 1948. The old use of "EET" was a typo.
(From OE-Core rev: a0b389b5f3effad5194109f9914dec6125b3569d)
(From OE-Core rev: 147d7802926153ef0abb12d5e738576d8dfd02d7)
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_2016j.bb (renamed from meta/recipes-extended/tzdata/tzdata_2016i.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-extended/tzdata/tzdata_2016i.bb b/meta/recipes-extended/tzdata/tzdata_2016j.bb index 46488cda58..40b2ff6bdc 100644 --- a/meta/recipes-extended/tzdata/tzdata_2016i.bb +++ b/meta/recipes-extended/tzdata/tzdata_2016j.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] = "73912ecfa6a9a8048ddf2e719d9bc39d" | 12 | SRC_URI[tzdata.md5sum] = "db361d005ac8b30a2d18c5ca38d3e8ab" |
13 | SRC_URI[tzdata.sha256sum] = "b6966ec982ef64fe48cebec437096b4f57f4287519ed32dde59c86d3a1853845" | 13 | SRC_URI[tzdata.sha256sum] = "f5ee4e0f115f6c2faee1c4b16193a97338cbd1b503f2cea6c5a768c82ff39dc8" |
14 | 14 | ||
15 | inherit allarch | 15 | inherit allarch |
16 | 16 | ||