- Joined
- May 20, 2016
- Messages
- 149
- Points
- 28
To change timezone of VPS CentOS according to the timezone of your country, you will apply these commands as following
Check current date
Update timezone
After that, you choose your suitable timezone
Hope it helps!
Check current date
Code:
date
Code:
sudo dpkg-reconfigure tzdata
Hope it helps!