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)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
[Category:Brijraj]
[[Category:Brijraj]]




Line 14: Line 14:
  rm /etc/localtime
  rm /etc/localtime


  ln -sf /usr/share/zoneinfo/Europe/Amsterdam /etc/localtime
  ln -sf /usr/share/zoneinfo/Asia/Kolkata /etc/localtime

Latest revision as of 10:03, 13 August 2014


Issue[edit]

Change the time zone on virtual private server


Solution[edit]

cd /usr/share/zoneinfo
ls
cp /etc/localtime /etc/localtime-old
rm /etc/localtime
ln -sf /usr/share/zoneinfo/Asia/Kolkata /etc/localtime