This website works better with JavaScript.
Explore
Help
Register
Sign In
sadmen
/
openpilot_comma
mirror of
https://github.com/commaai/openpilot.git
Watch
1
Star
0
Fork
You've already forked openpilot_comma
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
openpilot is an open source driver assistance system. openpilot performs the functions of Automated Lane Centering and Adaptive Cruise Control for over 200 supported car makes and models.
10119
Commits
58
Branches
83
Tags
6.6 GiB
Tree:
ef8e399237
openpilot_comma
/
common
/
time.py
4 lines
73 B
Raw
Normal View
History
Unescape
Escape
thermald: common min date (#28457) * thermald: common min date * add to release files old-commit-hash: d96361970b32a76422dc1acc7a78e5bdd55a4bed
2 years ago
import
datetime
MIN_DATE
=
datetime
.
datetime
(
year
=
2023
,
month
=
6
,
day
=
1
)