From owner-freebsd-questions@FreeBSD.ORG Fri Nov 4 20:46:22 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D8A3A1065670 for ; Fri, 4 Nov 2011 20:46:22 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from asbnvacz-mailrelay01.megapath.net (asbnvacz-mailrelay01.megapath.net [207.145.128.243]) by mx1.freebsd.org (Postfix) with ESMTP id A6D0F8FC17 for ; Fri, 4 Nov 2011 20:46:22 +0000 (UTC) Received: from mail5.sea5.speakeasy.net (mail5.sea5.speakeasy.net [69.17.117.49]) by asbnvacz-mailrelay01.megapath.net (Postfix) with ESMTP id D679CA7021C for ; Fri, 4 Nov 2011 16:46:21 -0400 (EDT) Received: (qmail 31320 invoked from network); 4 Nov 2011 20:46:21 -0000 Received: by simscan 1.4.0 ppid: 21835, pid: 29902, t: 0.1487s scanners: clamav: 0.88.2/m:52/d:10739 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail5.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 4 Nov 2011 20:46:20 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 4D4952E0EA; Fri, 4 Nov 2011 16:46:19 -0400 (EDT) From: Lowell Gilbert To: Alexander Kapshuk References: <4EB44272.6060809@gmail.com> <44vcqzbrlu.fsf@be-well.ilk.org> <20111104215321.5f9ca2eb@nonamehost.> <44r51nbq4p.fsf@be-well.ilk.org> <4EB457C1.2070607@gmail.com> Date: Fri, 04 Nov 2011 16:46:19 -0400 In-Reply-To: <4EB457C1.2070607@gmail.com> (Alexander Kapshuk's message of "Fri, 04 Nov 2011 23:23:13 +0200") Message-ID: <44lirvbopw.fsf@be-well.ilk.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: trouble setting timezone for ukraine X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Nov 2011 20:46:22 -0000 Alexander Kapshuk writes: > the actual current time is 10.21 pm. Your system's clock may be off as well... > any idea when an updated time zone file will become available? It's already in the FreeBSD tree: http://www.freebsd.org/cgi/cvsweb.cgi/~checkout~/src/contrib/tzdata/europe?rev=1.7.2.2;content-type=text%2Fplain To install it, you'll need something like # zic europe (where "europe" is the file from the URL above) and then tzsetup(8) should install the correct information. Or you could update your system to anything after October 26.