Hello,

if VPS is OpenVZ you can't change date (using date command .it will give you Operation not permitted)

find your timezone from /usr/share/zoneinfo

now choose your preferred timezone and use follwoing command to change

ln -s /usr/share/zoneinfo/CET /etc/localtime

above command will change your timezone to CET.

Highest Regards
Mohammed H