From 4ee327602a0cc3200b5d6490ef2f115768cff2f4 Mon Sep 17 00:00:00 2001 From: Armin Kuster Date: Fri, 30 Jan 2015 17:15:50 -0800 Subject: tzdata: update to 2015a including leap second Changes affecting future time stamps The Mexican state of Quintana Roo, represented by America/Cancun, will shift from Central Time with DST to Eastern Time without DST on 2015-02-01 at 02:00. (Thanks to Steffen Thorsen and Gwillim Law.) Chile will not change clocks in April or thereafter; its new standard time will be its old daylight saving time. This affects America/Santiago, Pacific/Easter, and Antarctica/Palmer. (Thanks to Juan Correa.) New leap second 2015-06-30 23:59:60 UTC as per IERS Bulletin C 49. (Thanks to Tim Parenti.) Changes affecting past time stamps Iceland observed DST in 1919 and 1921, and its 1939 fallback transition was Oct. 29, not Nov. 29. Remove incorrect data from Shanks about time in Iceland between 1837 and 1908. Some more zones have been turned into links, when they differed from existing zones only for older time stamps. As usual, these changes affect UTC offsets in pre-1970 time stamps only. Their old contents have been moved to the 'backzone' file. The affected zones are: Asia/Aden, Asia/Bahrain, Asia/Kuwait, and Asia/Muscat. Signed-off-by: Armin Kuster Signed-off-by: Richard Purdie --- meta/recipes-extended/tzdata/tzdata_2014j.bb | 6 ------ meta/recipes-extended/tzdata/tzdata_2015a.bb | 6 ++++++ 2 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 meta/recipes-extended/tzdata/tzdata_2014j.bb create mode 100644 meta/recipes-extended/tzdata/tzdata_2015a.bb (limited to 'meta/recipes-extended/tzdata') diff --git a/meta/recipes-extended/tzdata/tzdata_2014j.bb b/meta/recipes-extended/tzdata/tzdata_2014j.bb deleted file mode 100644 index f0388c2fd2..0000000000 --- a/meta/recipes-extended/tzdata/tzdata_2014j.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] = "2d7ea9c309f0d4e162e426e568290ca3" -SRC_URI[tzdata.sha256sum] = "a2d870320694d40535df822ac8074dc629a90e92abafa5d3373314f78ddc0e0d" - -require tzdata.inc diff --git a/meta/recipes-extended/tzdata/tzdata_2015a.bb b/meta/recipes-extended/tzdata/tzdata_2015a.bb new file mode 100644 index 0000000000..6151aee115 --- /dev/null +++ b/meta/recipes-extended/tzdata/tzdata_2015a.bb @@ -0,0 +1,6 @@ +SRC_URI = "ftp://ftp.iana.org/tz/releases/tzdata${PV}.tar.gz;name=tzdata" + +SRC_URI[tzdata.md5sum] = "4ed11c894a74a5ea64201b1c6dbb8831" +SRC_URI[tzdata.sha256sum] = "c52490917d00a8e7fc9b5f0b1b65ef6ec76d612b5b20c81bf86a04147af18e4c" + +require tzdata.inc -- cgit 1.2.3-korg