Jump to content

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

From TetraWiki
Amit (talk | contribs)
Flag as outdated (client review pass)
 
Line 1: Line 1:
{{Outdated|reason=Old Article / Architecture / Technology  might not be relevant now May Use for Understand concepts|date=2026-07}}
[[Category:Brijraj]]
[[Category:Brijraj]]



Latest revision as of 16:00, 25 July 2026

This is an Old / Outdated Article, Please use this only as technical Reference
Reason: Old Article / Architecture / Technology might not be relevant now May Use for Understand concepts
Flagged: 2026-07


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