changed NEW_DAY_OFFSET from 3 to -9

pull/349/head
Name 8 years ago
parent f42b284b8a
commit 85cb965827

@ -39,7 +39,7 @@ public abstract class DateUtils
/**
* Time of the day when the new day starts.
*/
public static final int NEW_DAY_OFFSET = 3;
public static final int NEW_DAY_OFFSET = -9;
/**
* Number of milliseconds in one day.

Loading…
Cancel
Save