We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e9f66c commit b5b9a39Copy full SHA for b5b9a39
third_party/2and3/pytz/__init__.pyi
@@ -29,6 +29,7 @@ class NonExistentTimeError(InvalidTimeError): ...
29
utc: _UTCclass
30
UTC: _UTCclass
31
def timezone(zone: str) -> Union[_UTCclass, _StaticTzInfo, _DstTzInfo]: ...
32
+def FixedOffset(offset: int) -> Union[_UTCclass, datetime.tzinfo]: ...
33
34
all_timezones: List[str]
35
all_timezones_set: Set[str]
0 commit comments