Configuring Time Zone
For the convenience working with the server, you can change time zone.
Check date:
date
Backup old settings:
mv /etc/localtime /etc/localtime.bak
Setting Moscow time zone on the server:
cp /usr/share/zoneinfo/Europe/Moscow /etc/localtime
Check date again:
date