Update src/icalendar/timezone/tzp.py

Co-authored-by: Steve Piercy <web@stevepiercy.com>
pull/623/head
Nicco Kunzmann 2024-06-10 17:26:59 +01:00 zatwierdzone przez GitHub
rodzic e5785ec966
commit 0d158c6beb
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -52,7 +52,7 @@ class TZP:
"""Use the default timezone provider."""
self.use(DEFAULT_TIMEZONE_PROVIDER)
def localize_utc(self, dt: datetime.datetime)-> datetime.datetime:
def localize_utc(self, dt: datetime.datetime) -> datetime.datetime:
"""Return the datetime in UTC.
If the datetime has no timezone, UTC is set.