User Tools

Site Tools


info:linux:debian:timezone
Please note, that this is an old archived version of this site. Check out the new version at andunix.net!

Setting the Timezone

The timezone is stored in the file /etc/timezone.

Check the Timezone

cat /etc/timezone

Example:

# cat /etc/timezone 
Europe/London

Set the Timezone

You can use vi:

vi /etc/timezone

Or set it directy:

echo "Europe/Berlin" > /etc/timezone
info/linux/debian/timezone.txt · Last modified: 2013-03-08 10:45 by andunix