Skip to content

Commit

Permalink
- Fixed issue with daylight savings
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastiaan Seegers committed Sep 5, 2018
1 parent 76ac5b4 commit fe3fc0b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,5 +113,6 @@ public static void zeroTime(Calendar calendar){
calendar.set(Calendar.MINUTE, 0);
calendar.set(Calendar.SECOND, 0);
calendar.set(Calendar.MILLISECOND, 0);
calendar.set(Calendar.DST_OFFSET, 0);
}
}

0 comments on commit fe3fc0b

Please sign in to comment.