diff options
author | Armin Kuster <akuster808@gmail.com> | 2015-04-13 22:02:47 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-04-21 07:20:27 +0100 |
commit | 6467ad468a10a4cc221ec62373ff2cd919aedcd6 (patch) | |
tree | d52758c3f7fe886dd7ff975ffa68c1857f7b88d7 /meta/recipes-extended | |
parent | b3a9979ec1151d6927f962d29c4c8044f58ac82b (diff) | |
download | poky-6467ad468a10a4cc221ec62373ff2cd919aedcd6.tar.gz |
txdata: update to 2015c
Changes affecting future time stamps
Egypt's spring-forward transition is at 24:00 on April's last Thursday,
not 00:00 on April's last Friday. 2015's transition will therefore be on
Thursday, April 30 at 24:00, not Friday, April 24 at 00:00. Similar fixes
apply to 2026, 2037, 2043, etc. (Thanks to Steffen Thorsen.)
Changes affecting past time stamps
The following changes affect some pre-1991 Chile-related time stamps
in America/Santiago, Antarctica/Palmer, and Pacific/Easter.
The 1910 transition was January 10, not January 1.
The 1918 transition was September 10, not September 1.
The UTC-4 time observed from 1932 to 1942 is now considered to be
standard time, not year-round DST.
Santiago observed DST (UTC-3) from 1946-07-15 through 1946-08-31,
then reverted to standard time, then switched its time zone to
UTC-5 on 1947-04-01.
Assume transitions before 1968 were at 00:00, since we have no data
saying otherwise.
The spring 1988 transition was 1988-10-09, not 1988-10-02.
The fall 1990 transition was 1990-03-11, not 1990-03-18.
Assume no UTC offset change for Pacific/Easter on 1890-01-01,
and omit all transitions on Pacific/Easter from 1942 through 1946
since we have no data suggesting that they existed.
One more zone has been turned into a link, as it differed
from an existing zone only for older time stamps. As usual,
this change affects UTC offsets in pre-1970 time stamps only.
The zone's old contents have been moved to the 'backzone' file.
The affected zone is America/Montreal.
(From OE-Core rev: fb45d5079235873c364639c43a15dcb56e075f14)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r-- | meta/recipes-extended/tzdata/tzdata_2015b.bb | 6 | ||||
-rw-r--r-- | meta/recipes-extended/tzdata/tzdata_2015c.bb | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/meta/recipes-extended/tzdata/tzdata_2015b.bb b/meta/recipes-extended/tzdata/tzdata_2015b.bb deleted file mode 100644 index df97d6d34e..0000000000 --- a/meta/recipes-extended/tzdata/tzdata_2015b.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] = "75571bb17c7b6be88a9f8872e45bc726" | ||
4 | SRC_URI[tzdata.sha256sum] = "556ac1a5b3a371adc1ad4e77138f78ddd7f8ddd7bc2b52545924598c7dc8ad62" | ||
5 | |||
6 | require tzdata.inc | ||
diff --git a/meta/recipes-extended/tzdata/tzdata_2015c.bb b/meta/recipes-extended/tzdata/tzdata_2015c.bb new file mode 100644 index 0000000000..9e20f91f93 --- /dev/null +++ b/meta/recipes-extended/tzdata/tzdata_2015c.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] = "4b4a3e344786198c46909e5afde08788" | ||
4 | SRC_URI[tzdata.sha256sum] = "860fac5f5f57f7a2dfc1ba682dbd1f5c0f0b597f761571277b6ed6561e22365a" | ||
5 | |||
6 | require tzdata.inc | ||