
gsettings:ai:8b05e
how do I change timezone in gnome using gsettings that works
$ gsettings set org.gnome.desktop.datetime automatic-timezone false; gsettings set org.gnome.desktop.datetime timezone '${TIMEZONE}'
try on your machine
Disable automatic timezone and set the desired timezone in GNOME using gsettings.
This explanation was created by an AI. In most cases those are correct. But please always be careful and
never run a command you are not sure if it is safe.
Questions that are answered by this command:
- how do I change timezone in gnome using gsettings that works?