This website works better with JavaScript.
Explore
Help
Register
Sign In
sadmen
/
jyoung
mirror of
https://github.com/jyoung8607/openpilot.git
Watch
1
Star
0
Fork
You've already forked jyoung
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
open source driving agent
9844
Commits
101
Branches
34
Tags
1.6 GiB
Tree:
ae4a375dd6
jyoung
/
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
2 years ago
import
datetime
MIN_DATE
=
datetime
.
datetime
(
year
=
2023
,
month
=
6
,
day
=
1
)