fix leap year
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
const int NUM_LAST_DAYS = 7;
|
||||
const int NUM_LAST_WEEKS = 52;
|
||||
const int DAYS_IN_YEAR = 365;
|
||||
const int DAYS_IN_YEAR = 366; // maximum (leap years)
|
||||
const int HOURS_IN_DAY = 24;
|
||||
const int DAYS_IN_WEEK = 7;
|
||||
const int MONTHS_IN_YEAR = 12;
|
||||
|
||||
Reference in New Issue
Block a user