Changed time-zone from default to:
set system time-zone Europe/Stockholm
However when doing "show date" the output is:
Mon Jul 10 06:36:50 PM CEST 2023
Expected output is:
Mon 10 jul 2023 18:36:50 CEST
Changed time-zone from default to:
set system time-zone Europe/Stockholm
However when doing "show date" the output is:
Mon Jul 10 06:36:50 PM CEST 2023
Expected output is:
Mon 10 jul 2023 18:36:50 CEST
Proposed syntax one of them
set system option time-format 12|24 set system option time-format 12-hour|24-hour set system option time-format us|gb
Actually, it should configure:
sudo localectl set-locale LC_TIME="en_GB.UTF-8" sudo localectl set-locale LC_TIME="en_US.UTF-8"
I would vote for:
set system option time-format 12h|24h
Where the default should be 24h if not set.