11 static constexpr
int kDayOfLeapYear = 366;
12 static constexpr
int kDayOfCommonYear = 365;
14 static constexpr int64_t kSecondsOfMinute = 60;
15 static constexpr int64_t kSecondsOfHour = 60 * kSecondsOfMinute;
16 static constexpr int64_t kSecondsOfDay = 24 * kSecondsOfHour;