As you may have seen we have a Linux server in Azure running some weird stuff, anyhow the time was off screwing with reports and what not, so had to fix it. Here’s what I did:
First, SSH onto the server and logon.
Check the time:
timedatectl
Find the timezone you would like:
ls /usr/share/zoneinfo/
Now change it:
sudo timedatectl set-timezone Asia/Dubai
Check it again:
timedatectl
Example: