Skip to content

Commit

Permalink
Update scheduler.py
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl authored Dec 5, 2024
1 parent 2ea0015 commit 15bb848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ovos_bus_client/util/scheduler.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def __init__(self, bus, schedule_file: str = 'schedule.json', autostart: bool =
self._past_date = datetime.datetime(day=1, month=12, year=2024)
# Convert Unix timestamp to human-readable datetime
pretty_last_sync = datetime.datetime.fromtimestamp(self._last_sync).strftime("%Y-%m-%d %H:%M:%S")
LOG.debug(f"Last clock sync: {pretty_last_sync}")
LOG.debug(f"Boot time clock: {pretty_last_sync}")

self.bus = bus

Expand Down

0 comments on commit 15bb848

Please sign in to comment.