Skip to content

Commit

Permalink
Add pytz.FixedOffset (#3393)
Browse files Browse the repository at this point in the history
  • Loading branch information
angelaambroz authored and JelleZijlstra committed Oct 30, 2019
1 parent 5e9f66c commit b5b9a39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions third_party/2and3/pytz/__init__.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ class NonExistentTimeError(InvalidTimeError): ...
utc: _UTCclass
UTC: _UTCclass
def timezone(zone: str) -> Union[_UTCclass, _StaticTzInfo, _DstTzInfo]: ...
def FixedOffset(offset: int) -> Union[_UTCclass, datetime.tzinfo]: ...

all_timezones: List[str]
all_timezones_set: Set[str]
Expand Down

0 comments on commit b5b9a39

Please sign in to comment.