/[classpath]/classpath/scripts/timezones.pl
ViewVC logotype

Diff of /classpath/scripts/timezones.pl

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by mark, Thu Aug 25 21:12:23 2005 UTC revision 1.5 by mark, Thu Aug 25 23:07:04 2005 UTC
# Line 155  sub parseRule($$$) { Line 155  sub parseRule($$$) {
155          $time += 24*3600*1000;          $time += 24*3600*1000;
156          $dayoffset--;          $dayoffset--;
157      }      }
158      while ($time >= 24*3600*1000) {      while ($time > 24*3600*1000) {
159          $time -= 24*3600*1000;          $time -= 24*3600*1000;
160          $dayoffset++;          $dayoffset++;
161      }      }

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26