Skip to content

Commit b5b9a39

Browse files
angelaambrozJelleZijlstra
authored andcommitted
Add pytz.FixedOffset (#3393)
1 parent 5e9f66c commit b5b9a39

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

third_party/2and3/pytz/__init__.pyi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ class NonExistentTimeError(InvalidTimeError): ...
2929
utc: _UTCclass
3030
UTC: _UTCclass
3131
def timezone(zone: str) -> Union[_UTCclass, _StaticTzInfo, _DstTzInfo]: ...
32+
def FixedOffset(offset: int) -> Union[_UTCclass, datetime.tzinfo]: ...
3233

3334
all_timezones: List[str]
3435
all_timezones_set: Set[str]

0 commit comments

Comments
 (0)