amuck-landowner

How to Change Timezone on Ubuntu

ChrisM

Cocktail Enthusiast
Verified Provider
How to Change Timezone on Ubuntu

 

When you get a new VPS server based off Ubuntu, it
 
Last edited by a moderator:

drmike

100% Tier-1 Gogent
Same info on this applies to default Debian installs on OpenVZ.

It's one of the first 5 steps I do in my setups.
 

MannDude

Just a dude
vpsBoard Founder
Moderator
Same info on this applies to default Debian installs on OpenVZ.

It's one of the first 5 steps I do in my setups.
I've honestly never really worried about the timezones all that much but in hindsight error logs would make much more sense if it was in my local time. :D
 

drmike

100% Tier-1 Gogent
echo "Australia/Adelaide" | sudo tee /etc/timezone

(/etc/timezone is where the setting is stored)

Then:

dpkg-reconfigure --frontend noninteractive tzdata
 
Top
amuck-landowner