Files
sunnypilot/common/time.py
Adeeb Shihadeh 4ab84b5dc1 thermald: common min date (#28457)
* thermald: common min date

* add to release files
old-commit-hash: d96361970b
2023-06-12 13:50:38 -07:00

4 lines
73 B
Python

import datetime
MIN_DATE = datetime.datetime(year=2023, month=6, day=1)