Checks if the given milliseconds since epoch represents tomorrow.
static bool isTomorrow(int? ms) => ms.isTomorrow;