Bug 19042 - Since 23.07.2016 20:00 UTC timezone 'Asia/Novosibirsk' should have +07 offset instead of +06 (needs update)
Summary: Since 23.07.2016 20:00 UTC timezone 'Asia/Novosibirsk' should have +07 offset...
Status: RESOLVED FIXED
Alias: None
Product: Mageia
Classification: Unclassified
Component: RPM Packages (show other bugs)
Version: 5
Hardware: All Linux
Priority: Normal normal
Target Milestone: ---
Assignee: Mageia Bug Squad
QA Contact:
URL: http://www.timeanddate.com/time/zone/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-07-24 12:25 CEST by Albert Rayanov
Modified: 2016-07-27 02:00 CEST (History)
1 user (show)

See Also:
Source RPM: timezone
CVE:
Status comment:


Attachments

Description Albert Rayanov 2016-07-24 12:25:26 CEST
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
Albert Rayanov 2016-07-24 12:26:52 CEST

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

Comment 1 Albert Rayanov 2016-07-24 12:31:32 CEST
[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 ~]$
Albert Rayanov 2016-07-24 12:36:38 CEST

Version: 4 => 5

Comment 2 Albert Rayanov 2016-07-24 14:56:26 CEST
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/;
Thierry Vignaud 2016-07-24 21:32:21 CEST

CC: (none) => thierry.vignaud
Summary: 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)

Comment 3 David Walser 2016-07-25 06:49:11 CEST
Updated timezone package available in core/updates_testing.  It will ship with the PHP 5.6.24 update.
Comment 4 Albert Rayanov 2016-07-27 02:00:42 CEST
Confirm receiving update with 2016f timezone data.

Status: NEW => RESOLVED
Resolution: (none) => FIXED


Note You need to log in before you can comment on or make changes to this bug.