Linux系统中如何更改时间格式

Sar*_*yya 1 linux unix date

我的 Linux 系统的时间格式为 UTC-5:0。如何将其更改为 UTC+5:30?使用 date 命令我可以更改时间,但不能更改格式

and*_*ler 5

cp /usr/share/zoneinfo/Asia/Calcutta /etc/localtime
Run Code Online (Sandbox Code Playgroud)

或者

cp /usr/share/zoneinfo/Asia/Colombo /etc/localtime
Run Code Online (Sandbox Code Playgroud)

一些分布,像提供公用事业dpkg-reconfigure tzdatatzselect等等。