Jump to content

Change-time-zone-in-virtual-private-server: Difference between revisions

From TetraWiki
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 ..."
 
Amit (talk | contribs)
No edit summary
Line 1: Line 1:
[Category:Brijraj]
[[Category:Brijraj]]





Revision as of 15:09, 8 August 2014


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