Jump to content

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

From TetraWiki
Revision as of 16:00, 25 July 2026 by Admin (talk | contribs) (Flag as outdated (client review pass))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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