Files
swift/test/unit/container/test_reconciler.py
Takashi Kajinami 9754eff025 Use built-in implementation to get utc timezone
datetime.timezone.utc[1] has been available in Python 3 and can be used
instead of datetime.UTC which is available only in Python >=3.11 .

[1] https://docs.python.org/3.13/library/datetime.html#datetime.timezone.utc

Change-Id: I92bc82a1b7e2bcb947376bc4d96fc603ad7d5b6c
2025-06-23 23:45:29 +09:00

95 KiB