Skip to content

Commit

Permalink
Pacific hour not matching expected value in test
Browse files Browse the repository at this point in the history
  • Loading branch information
jdereg committed Oct 7, 2023
1 parent 11d1f11 commit cbbf8da
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ public void testSetCalendar() throws Exception
assertEquals(0, cal.get(Calendar.SECOND));

cal.clear();
cal.setTimeZone(TimeZone.getTimeZone("America/Los_Angeles"));
cal.setTimeZone(TimeZone.getTimeZone("PST"));
cal.setLenient(false);
x.setCalendar(cal);
x2.setCalendar(cal);
Expand Down

0 comments on commit cbbf8da

Please sign in to comment.