]> 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)
committerJoshua Lock <joshua.lock@collabora.co.uk>
Fri, 20 Nov 2015 15:46:26 +0000 (15:46 +0000)
commit6c32103a8491fb0a0fa5dec905720a40877c6563
treebbbdf482dd475955719dda598100789b5aeea583
parent513e52670ea52e8143f46777accf441bb5c299fa
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.)

(From OE-Core master rev: 7c9082ab1ae6f7810c7cffe137d7d232b03852f8)

Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Joshua Lock <joshua.lock@collabora.co.uk>
meta/recipes-extended/tzcode/tzcode-native_2015d.bb [deleted file]
meta/recipes-extended/tzcode/tzcode-native_2015g.bb [new file with mode: 0644]