re PR classpath/23566 (Need to regenerate TimeZone data against tzdata2006a)

PR 23566
	* scripts/timezones.pl: Parse each file in 2 passes, in one parse
	just Rule lines, in the other everything else.  Pass 0 instead of
	$savings as second argument to parseRule when parsing the start
	rule.
	* java/util/TimeZone.java (timezones): Regenerate from tzdata2007a.

From-SVN: r121740
This commit is contained in:
Jakub Jelinek
2007-02-09 11:53:40 +01:00
committed by Jakub Jelinek
parent 3553ec04db
commit 122c09be40
3 changed files with 183 additions and 129 deletions
+9
View File
@@ -1,3 +1,12 @@
2007-02-09 Jakub Jelinek <jakub@redhat.com>
PR 23566
* scripts/timezones.pl: Parse each file in 2 passes, in one parse
just Rule lines, in the other everything else. Pass 0 instead of
$savings as second argument to parseRule when parsing the start
rule.
* java/util/TimeZone.java (timezones): Regenerate from tzdata2007a.
2007-02-07 Chris Burdess <dog@gnu.org>
Fixes PR 30718.