Whether this date is strictly after other.
other
bool operator >(Date other) => _daysSinceEpoch > other._daysSinceEpoch;