Big problem with timezone

MornDourroura

New Member
My VPS I can't seem to change the date in there. I googled for about 3 hours and found nothing. Could someone help me figure this issue?
I used whm to try to change it but nothing changed at all.

2)
In WHMCS I have put in configure.php the timezone of Los_Angeles but it still shows the wrong time like london or something. Its your VPS run under SolusVM/OpenVZ? If so you will need to speak to the host about this issue as it cannot be done from the VPS if it is a blocked command.

You will receive "access denied" 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 contact your hosting provider
don't put your arm and leg into it

how you edited configure.php ?? in WHMCS ??? the source code is encrypted using ioncube !

are you using nulled ??

there are many different scripts to check if time settings are working on your VPS or not
use them to check before editing the files of ur linux os tell your host to enable sys_time on your VPS. Then use a ntp client on your VPS to update time from a public ntp server that runs on your timezone.
 
Top