Jump to content

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

From TetraWiki
Revision as of 15:08, 8 August 2014 by Amit (talk | contribs) (Created page with "[Category:Brijraj] == Issue == '''Change the time zone on virtual private server''' == Solution == cd /usr/share/zoneinfo ls cp /etc/localtime /etc/localtime-old rm ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

[Category:Brijraj]


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