Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix google invalid token expiry test init for UTC offsets > 0 (#100533)
``` $ python3 -q >>> import datetime, time >>> time.tzname ('EET', 'EEST') >>> datetime.datetime.max.timestamp() Traceback (most recent call last): File "<stdin>", line 1, in <module> ValueError: year 10000 is out of range ```
- Loading branch information