How do I make this unit test pass in all time zones independent of whether DST is active or not?
import static org.junit.Assert.*; import java.text.SimpleDat
Or you can compare the date and put
@Ignore("Timezone issues") @Test
In your unit-test