From 2506f957c1e2557ffecdcfc5da247889a9be0fb8 Mon Sep 17 00:00:00 2001 From: Joel Tony <95355656+jay-tau@users.noreply.github.com> Date: Sun, 2 Oct 2022 00:54:12 +0530 Subject: [PATCH] timedatectl: Add command to set hardware clock to use localtime (#8605) * Add GNU Octave page * Change link to documentation * Change hwclock to localtime * Delete octave.md * Update timedatectl.md --- pages/linux/timedatectl.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/linux/timedatectl.md b/pages/linux/timedatectl.md index ec20dbc86..e79e5d4b7 100644 --- a/pages/linux/timedatectl.md +++ b/pages/linux/timedatectl.md @@ -22,3 +22,7 @@ - Enable Network Time Protocol (NTP) synchronization: `timedatectl set-ntp on` + +- Change the hardware clock time standard to localtime: + +`timedatectl set-local-rtc 1`