core/tests/components/google
Ville Skyttä 902f997ee0
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
```
2023-09-18 12:39:43 +03:00
..
fixtures
__init__.py
conftest.py Avoid use of `datetime.utc*` methods deprecated in Python 3.12 (#93684) 2023-08-24 16:38:22 +02:00
test_calendar.py Relax the constraint that events must have a consistent timezone for start/end (#91788) 2023-04-21 10:25:52 -04:00
test_config_flow.py
test_init.py Fix google invalid token expiry test init for UTC offsets > 0 (#100533) 2023-09-18 12:39:43 +03:00