Checks if this time instance represents the exact same moment as other.
other
bool isAtSameMomentAs(Time other) => _dateTime.isAtSameMomentAs(other._dateTime);