bool isLaterDateThan(DateTime other) { return !(toUtc().isSameDate(other.toUtc()) || toUtc().isEarlierDateThan(other.toUtc())); }