Jump to content

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

From TetraWiki
Amit (talk | contribs)
No edit summary
Amit (talk | contribs)
 
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