Fill out above information andin all cases attach yourklippy.logfile (use zip to compress it, if too big). Pasting yourprinter.cfgis not needed Be sure to check our “Knowledge Base” Category first. Most relevant items, e.g. error messages, are covered there
Describe your issue:
…Mainsail time and Klipper logs show UTC time not local time. System (Windows 11) and Chrome browser display local time. How to fix this?
I never paid it much attention but now that I look:
SBC is set to UTC
Klipperscreen also displays UTC
Fluidd and Mainsail both (Win11 + DuckDuckGo Browser) display local time (UTC-8)
I did set it via SSH to my time zone which is the same as my system. Cuurently my timezone i Americas/Toronto ET. Sytem and Chrome show time as 3:30 PM while Mainsail displays time as 8:30 PM. I have gone through the sudo raspi-config several times as well as checked and rechecked my system time settings. RPI ‘timedatectl’ result: Local time: Mon 2026-02-09 15:19:14 EST
Universal time: Mon 2026-02-09 20:19:14 UTC
RTC time: n/a
Time zone: America/Toronto (EST, -0500)
System clock synchronized: yes
NTP service: n/a
RTC in local TZ: no
Update: I have installed NTP service and rebooted the RPI which resulted in No Change in time discrepancy.
Question: Is it necessary to have an RTC installed on the RPI?
I think yes. The file system, for one, timestamps everything.
I think the way linux is setup, all systems everywhere actually run UTC. The time zone offset comes into play for “Human readable” outputs. Point is Klipper copies the system time into the log. Adding a subtraction operation to every time stamp seems silly.