manager: remove LastUpdateTime default

old-commit-hash: 39c64d44a183663bbd83fb942eb036df5be8195e
This commit is contained in:
Adeeb Shihadeh 2024-08-27 12:03:50 -07:00
parent 81fc1be189
commit 854d03a819
2 changed files with 1 additions and 3 deletions

View File

@ -1,7 +1,7 @@
import datetime
from pathlib import Path
_MIN_DATE = datetime.datetime(year=2024, month=3, day=30)
_MIN_DATE = datetime.datetime(year=2024, month=8, day=26)
def min_date():
# on systemd systems, the default time is the systemd build time

View File

@ -41,8 +41,6 @@ def manager_init() -> None:
("OpenpilotEnabledToggle", "1"),
("LongitudinalPersonality", str(log.LongitudinalPersonality.standard)),
]
if not PC:
default_params.append(("LastUpdateTime", datetime.datetime.now(datetime.UTC).replace(tzinfo=None).isoformat().encode('utf8')))
if params.get_bool("RecordFrontLock"):
params.put_bool("RecordFront", True)