Set Different Time Zone
Using timedatectl
$ sudo timedatectl set-timezone {TIME_ZONE}$ sudo timedatectl set-timezone Asia/KolkataUsing symbolic link
$ sudo rm -rf /etc/localtime$ sudo ln -s /usr/share/zoneinfo/Asia/Kolkata /etc/localtimeLast updated