Solved From where I change server time of server?

Vertigo

⍥????
Staff member
Administrator
Yes, you need to change the timezone of the vps server.
Execute these commands in putty :
Bash:
rm /etc/localtime
cp /usr/share/zoneinfo/Asia/Calcutta /etc/localtime
date
I used Asia/Calcutta timezone in above command, because my location is India. You need to give timezone as per your location.
To see the list of all available timezones :
Bash:
timedatectl list-timezones
 
Top
AdBlock Detected

We get it, advertisements are annoying!

Sure, ad-blocking software does a great job at blocking ads, but it also blocks useful features of our website. For the best site experience please disable your AdBlocker.

I've Disabled AdBlock