mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-22 06:05:43 +01:00
```
$ 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
```