Description of problem: No appropriate time leap record for committed change of NOVT timezone. Version-Release number of selected component (if applicable): 2016a How reproducible: Always Steps to Reproduce: 1. Set timezone to 'Asia/Novosibirsk' and time _after_ 24.07.2016 03:00 NOVT 2. See `date +%:::z` 3. Check that output *should* be +07 *instead* of +06
Summary: Since 23.07.2016 20:00 UTC timezone 'Asia/Novosibirsk' has +07 offset instead of +06 => Since 23.07.2016 20:00 UTC timezone 'Asia/Novosibirsk' should have +07 offset instead of +06
[northsoft@localhost ~]$ timedatectl Sent message type=method_call sender=n/a destination=org.freedesktop.DBus object=/org/freedesktop/DBus interface=org.freedesktop.DBus member=Hello cookie=1 reply_cookie=0 error=n/a Got message type=method_return sender=org.freedesktop.DBus destination=:1.1662 object=n/a interface=n/a member=n/a cookie=1 reply_cookie=1 error=n/a Sent message type=method_call sender=n/a destination=org.freedesktop.timedate1 object=/org/freedesktop/timedate1 interface=org.freedesktop.DBus.Properties member=GetAll cookie=2 reply_cookie=0 error=n/a Local time: ÐÑ 2016-07-24 16:30:48 NOVT Universal time: ÐÑ 2016-07-24 10:30:48 UTC RTC time: ÐÑ 2016-07-24 16:30:48 Time zone: Asia/Novosibirsk (NOVT, +0600) NTP enabled: no NTP synchronized: yes RTC in local TZ: yes DST active: n/a Warning: The system is configured to read the RTC time in the local time zone. This mode can not be fully supported. It will create various problems with time zone changes and daylight saving time adjustments. The RTC time is never updated, it relies on external facilities to maintain it. If at all possible, use RTC in UTC by calling 'timedatectl set-local-rtc 0'. [northsoft@localhost ~]$
Version: 4 => 5
WORKAROUND: run as root: mkdir -v /tmp/tzdata/; cd /tmp/tzdata/; wget 'http://www.iana.org/time-zones/repository/releases/tzdata2016f.tar.gz'; tar zxvf 'tzdata2016f.tar.gz'; zic europe; cd; rm -vrf /tmp/tzdata/;
CC: (none) => thierry.vignaudSummary: Since 23.07.2016 20:00 UTC timezone 'Asia/Novosibirsk' should have +07 offset instead of +06 => Since 23.07.2016 20:00 UTC timezone 'Asia/Novosibirsk' should have +07 offset instead of +06 (needs update)
Updated timezone package available in core/updates_testing. It will ship with the PHP 5.6.24 update.
Confirm receiving update with 2016f timezone data.
Status: NEW => RESOLVEDResolution: (none) => FIXED