You are not logged in.
hello,
How can I get the system clock to update to local time when I connect to a local network (wifi/lan/tethered, whichever)?
For example, couple of days ago I landed in California but my system clock is still stuck at London time and date.
Last edited by bearrider (2017-03-30 21:04:44)
Offline
You can manually reset the timezone with
sudo dpkg-reconfigure tzdata
This systemd information may also be useful...
man timedatectl
Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt «» BunsenLabs on DeviantArt
Offline
Try:
timedatectl set-ntp true
Offline
^ try it by all means, but i think it won't automatically switch timezones.
there's a little script called tzupdate, maybe it does what you want?
Offline
i think it won't automatically switch timezones
Yes, I think you're right
Apparently, recent GNOME releases have automatic timezone detection:
System menu → Settings → Date & Time → Automatic Time Zone → On
Offline
You can manually reset the timezone with sudo dpkg-reconfigure tzdata
that works, I'm happy to do this manually.
Thanks also to the others who suggested
timedatectl
I'll play around with it and see if something works.
Offline