Jump to content

Change-time-zone-in-virtual-private-server

From TetraWiki
Revision as of 15:09, 8 August 2014 by Amit (talk | contribs)


Issue

Change the time zone on virtual private server


Solution

cd /usr/share/zoneinfo
ls
cp /etc/localtime /etc/localtime-old
rm /etc/localtime
ln -sf /usr/share/zoneinfo/Europe/Amsterdam /etc/localtime