]> code.ossystems Code Review - openembedded-core.git/commit
tzcode: update to 2015g
authorArmin Kuster <akuster808@gmail.com>
Fri, 2 Oct 2015 14:24:52 +0000 (07:24 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 2 Oct 2015 23:01:13 +0000 (00:01 +0100)
commit7c9082ab1ae6f7810c7cffe137d7d232b03852f8
treefea011d6d325f7fa86eef48df8c7034a96590cbd
parent2880bd23b471c1966661b9f05726faf60f9c0e7e
tzcode: update to 2015g

Changes affecting code

localtime no longer mishandles America/Anchorage after 2037.
(Thanks to Bradley White for reporting the bug.)

On hosts with signed 32-bit time_t, localtime no longer mishandles
Pacific/Fiji after 2038-01-16 14:00 UTC.

The localtime module allows the variables 'timezone', 'daylight',
and 'altzone' to be in common storage shared with other modules,
and declares them in case the system <time.h> does not.
(Problems reported by Kees Dekker.)

On platforms with tm_zone, strftime.c now assumes it is not NULL.
This simplifies the code and is consistent with zdump.c.
(Problem reported by Christos Zoulas.)

Changes affecting documentation
The tzfile man page now documents that transition times denote the
starts (not the ends) of the corresponding time periods.
(Ambiguity reported by Bill Seymour.)

Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/tzcode/tzcode-native_2015g.bb [moved from meta/recipes-extended/tzcode/tzcode-native_2015f.bb with 59% similarity]