constexpr int min = 60;
constexpr int hour = min * 60;
constexpr int day = hour * 24;