Views:
1,995β
Votes: 1β
β
Solution
Tags:
18.04
time
timezone
Link:
π See Original Answer on Ask Ubuntu β§ π
URL:
https://askubuntu.com/q/1182535
Title:
Timezone changes do not persist
ID:
/2019/10/20/Timezone-changes-do-not-persist
Created:
October 20, 2019
Edited: October 24, 2019
Upload:
September 15, 2024
Layout: post
TOC:
false
Navigation: false
Copy to clipboard: false
According to this article:
You donβt need the sudo dpkg-reconfigure -f noninteractive tzdata
command and it makes me wonder if it harms things.
Basically just use:
$ timedatectl # lists your current time zone
$ sudo timedatectl set-timezone "Pacific/Auckland"
$ timedatectl # lists your new time zone
If time zone reverts back to UTC, use this command:
sudo dpkg-reconfigure tzdata