in src/datetime/DateTime/Zoned.php [239:242]
public function isEqualIncludingTimezone(this $other): bool { return $this->isAtTheSameTime($other) && $this->timezone === $other->timezone; }