Change-time-zone-in-virtual-private-server
Appearance
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
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/Asia/Kolkata /etc/localtime