changed NEW_DAY_OFFSET from 3 to -9

pull/349/head
Name 8 years ago
parent 44e8c63dcd
commit 387b992ed0

@ -38,7 +38,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