We just got the following bug report from a user in Brazil. I've appended a patch at the end but I'm not 100% sure it is correct. - todd ------- Forwarded Message Replied: Mon, 14 Oct 2002 09:08:51 -0600 Replied: "Vitor de Matos Carvalho" <vitor@softinfo.com.br> Replied: bugs@openbsd.org Received: from openbsd.cs.colorado.edu (openbsd.cs.colorado.edu [128.138.192.83]) by xerxes.courtesan.com (8.12.6/8.12.6) with ESMTP id g9EAsc3C015442 (version=TLSv1/SSLv3 cipher=EDH-DSS-DES-CBC3-SHA bits=168 verify=FAIL) for <Todd.Miller@courtesan.com>; Mon, 14 Oct 2002 04:54:38 -0600 (MDT) Received: from openbsd.org (localhost.cs.colorado.edu [127.0.0.1]) by openbsd.cs.colorado.edu (8.12.5/8.12.5) with ESMTP id g9EAsHgh016913; Mon, 14 Oct 2002 04:54:17 -0600 (MDT) Received: from jangada.softinfo.com.br (BA000200.user.veloxzone.com.br [200.164.0.200]) by openbsd.cs.colorado.edu (8.12.6/8.12.5) with ESMTP id g9EArmDZ000502 (version=TLSv1/SSLv3 cipher=EDH-DSS-DES-CBC3-SHA bits=168 verify=NO) for <bugs@openbsd.org>; Mon, 14 Oct 2002 04:53:50 -0600 (MDT) Received: from acaraje (acaraje.softinfo.com.br [192.168.10.2]) (authenticated bits=0) by jangada.softinfo.com.br (8.12.6/8.12.6) with ESMTP id g9EArfgI041172 for <bugs@openbsd.org>; Mon, 14 Oct 2002 08:53:42 -0200 (BRST) (envelope-from vitor@softinfo.com.br) Message-ID: <018d01c2736f$377fed50$020aa8c0@acaraje> Reply-To: "Vitor de Matos Carvalho" <vitor@softinfo.com.br> From: "Vitor de Matos Carvalho" <vitor@softinfo.com.br> To: <bugs@openbsd.org> Subject: Brazil time zone file sets DST incorrectly Date: Mon, 14 Oct 2002 07:48:22 -0300 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Mailer: Microsoft Outlook Express 6.00.2720.3000 X-Loop: bugs@openbsd.org Precedence: list Sender: owner-bugs@openbsd.org X-Spam-Status: No, hits=-97.8 required=6.0 tests=PORN_4,SPAM_PHRASE_00_01,USER_AGENT_OE,USER_IN_WHITELIST, X_LOOP version=2.42 X-Spam-Level: Return-Path: owner-bugs+M1734@openbsd.org Delivery-Date: Mon, 14 Oct 2002 04:54:40 -0600 Hi... :))) Today 13 of October of 2002 OpenBSD and others operational systems, are started to define this date of today as the beginning of Brazil summer time. This date is missed, the beginning of Brazil summer time is defined to have beginning:
From zero hour of day 3 of November of 2002, until zero hour of day 16 of February of 2003, it will invigorate the summer hour, in part of the Brazilian Domestic territory, advanced in sixty minutes in relation to the legal hour. The states that will be enclosed in summer teams are: States of the Rio Grande Do Sul, Santa Catarina, Paraná, São Paulo, Rio De Janeiro, Espirito Santo, Minas Gerais, Goiás, Mato Grosso, Mato Grosso do Sul, Tocantins, Bahia and in the Federal District
Any doubt can be consulted by the official page of the Presidency of the Republic. http://www.planalto.gov.br/ccivil_03/decreto/2002/D4399.htm Regards, Vitor de Matos Carvalho System Network Administrator - Softinfo Network FreeBSD - The Power To Serve ------- End of Forwarded Message Index: share/zoneinfo/datfiles/southamerica =================================================================== RCS file: /cvs/src/share/zoneinfo/datfiles/southamerica,v retrieving revision 1.13 diff -u -r1.13 southamerica --- share/zoneinfo/datfiles/southamerica 4 Apr 2002 18:51:20 -0000 1.13 +++ share/zoneinfo/datfiles/southamerica 14 Oct 2002 15:06:36 -0000 @@ -426,11 +426,12 @@ # The latest decree listed above says that the following states observe DST: # AL, BA, CE, DF, ES, GO, MA, MG, MS, MT, # PB, PE, PI, PR, RJ, RN, RS, SC, SE, SP, TO. -# -# For dates after mid-2002, the following rules are guesses -# and are quite possibly wrong, but are more likely than no DST at all. -Rule Brazil 2000 max - Oct Sun>=8 0:00 1:00 S -Rule Brazil 2001 max - Feb Sun>=15 0:00 0 - +Rule Brazil 2000 2001 - Oct Sun>=8 0:00 1:00 S +Rule Brazil 2001 2002 - Feb Sun>=15 0:00 0 - +# Decree <a href="http://www.planalto.gov.br/ccivil_03/decreto/2002/D4399.htm">4,399</ a> (2002-02-10) +# changes DST yet again +Rule Brazil 2002 max - Nov 3 0:00 1:00 S +Rule Brazil 2001 max - Feb 16 0:00 0 - # Zone NAME GMTOFF RULES FORMAT [UNTIL]
participants (1)
-
Todd C. Miller