From owner-freebsd-bugs@FreeBSD.ORG Sun Oct 5 19:56:35 2014 Return-Path: Delivered-To: freebsd-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A499B613 for ; Sun, 5 Oct 2014 19:56:35 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 70A4A1B4 for ; Sun, 5 Oct 2014 19:56:35 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id s95JuZOc020795 for ; Sun, 5 Oct 2014 19:56:35 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 194173] New: Timezones (zoneinfo) starting from October 2014 wrong for Russia, etc Date: Sun, 05 Oct 2014 19:56:35 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: 9.3-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: leo@sai.msu.ru X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Oct 2014 19:56:35 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194173 Bug ID: 194173 Summary: Timezones (zoneinfo) starting from October 2014 wrong for Russia, etc Product: Base System Version: 9.3-RELEASE Hardware: Any OS: Any Status: Needs Triage Severity: Affects Many People Priority: --- Component: bin Assignee: freebsd-bugs@FreeBSD.org Reporter: leo@sai.msu.ru The current installed version of FreeBSD 8.4-RELEASE-p16, 9.3-RELEASE-p2 and 10.0-RELEASE-p9 incorrectly convert UTC to/from local time. Differences between actual zoneinfo IANA and FreeBSD versions [name wrong source file from the directory contrib/tzdata (share/zoneinfo); country; one of the cities for which an error has been observed; the near future for which the observed error]: FreeBSD 8.4-RELEASE-p16: europe Russia Europe/Moscow (26 Oct 2014) africa Egypt Africa/Cairo (24 Apr 2015) Libya Africa/Tripoli (31 Oct 2014) asia Palestine Asia/Hebron (27 Mar 2015) Zion Asia/Jerusalem (6 Oct 2014) FreeBSD 10.0-RELEASE-p9: europe Russia Europe/Moscow (26 Oct 2014) africa Egypt Africa/Cairo (24 Apr 2015) FreeBSD 9.3-RELEASE-p2: europe Russia Europe/Moscow (26 Oct 2014) Workarounds: 1. Temporarily use the current version of /usr/ports/misc/zoneinfo (see attachment zoneinfo-2014.f.txz): # portsnap fetch # portsnap update # cd /usr/ports/misc/zoneinfo # make install Add WITHOUT_ZONEINFO="yes" to your /etc/src.conf; Run tzsetup(8) again to install the right file to /etc/localtime. 2. Copy directory /usr/share/zoneinfo from FreeBSD stable/8, stable/9 or 10.1-RC1. Updated source files, see: https://svnweb.freebsd.org/base/stable/8/share/zoneinfo/antarctica?revision=270814&view=markup https://svnweb.freebsd.org/base/stable/9/contrib/tzdata/etcetera?revision=270815&view=markup https://svnweb.freebsd.org/base/stable/10/contrib/tzdata/backward?revision=270817&view=markup -- You are receiving this mail because: You are the assignee for the bug.