Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

 

The correct timezone needs to be set in 2 places in Linux. You can check using:

 

Code Block
languagetext
cat /etc/timezone
timedatectl

 

...

If one (or both) are not correct, here is how to fix this:

Code Block
languagetext
# these commands are for Debian distributions, please adjust as needed
# please substitute your actual TZ in the echo command

systemctl stop unimus
echo "Europe/Rome" | sudo tee /etc/timezone
sudo dpkg-reconfigure --frontend noninteractive tzdata
systemctl start unimus