summaryrefslogtreecommitdiff
path: root/scripts/timezones.pl
Commit message (Collapse)AuthorAgeFilesLines
* 2007-02-12 Jakub Jelinek <jakub@redhat.com>Andrew Haley2007-02-121-1/+34
| | | | | | | | | | | | | | | | 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-12 Jakub Jelinek <jakub@redhat.com> * vm/reference/java/util/VMTimeZone.java: Rewrite to handle both the old 'TZif\0' format and the new one. * java/util/TimeZone.java: Handle default (one hour) daylight savings.
* * timezones.pl (parseRule): Add dayoffset when $time representsMark Wielaard2005-08-251-1/+1
| | | | | more then a day. * java/util/TimeZone.java (timezones): Regenerate.
* Reported by Bastiaan Huisman <huisman@science.uva.nl>Mark Wielaard2005-08-251-15/+15
| | | | | | | | * scripts/tzabbrevs: Change America/Buenos_Aires to America/Argentina/Buenos_Aires for AGT link. * timezones.pl (parseTime): Assume and return wall time. Reindent output. * java/util/TimeZone.java (timezones): Regenerate using tzdata2005l.
* * scripts/timezones.pl (parseOffset): Parse negative timesJochen Hoenicke2001-02-201-34/+62
| | | | | | | | | | | correctly. (parseTime): Likewise. Adapted to new indentation in TimeZone.java. Read in tzabbrevs. Improved time zone sort order. * scripts/tzabbrevs: New file containing abbreviated timezone as specified in the JCL. Corresponds to the change from Warren Levy from 2001-01-09. * java/util/TimeZone.java: Rebuild Timezone database from tzdata2000h.
* fixed a off by one error in month length lookup.Jochen Hoenicke1999-12-301-1/+1
| | | | This affected only the America/Godthab timezone.
* added a script to transform the timezone sources (as used by glibc) toJochen Hoenicke1999-08-261-0/+338
commands that fill the hashtable in java/util/TimeZone.java