Bug#554017: Bug #554017 sun-java6-bin: Timezone FAIL on DST fall-back

2010-05-01 Thread Torsten Werner
tags 554017 + confirmed thanks I can reproduce the problem with the attached code when running it as $ TZ=America/New_York /usr/lib/jvm/java-6-sun/bin/java Daylight 0054 -0400 0104 -0500 0204 -0500 I tend to agree with the submitter that this looks wrong. Torsten import java.util.Date; import

Bug#554017: sun-java6-bin: Timezone FAIL on DST fall-back

2009-11-02 Thread Gary Murphy
Package: sun-java6-bin Version: 6-12-1 Severity: normal Timezone change out of Daylight time occurred an hour early; this bug was unanticipated and as a result caused serious issues with a realtime application. String t_before = '20091101T005400'; String t_after = '20091101T010400';