isixhosting Posted February 23, 2010 Share Posted February 23, 2010 Hi, would it be possible to chage the WHMCS time in the top right corner to other time? I found the function in Setup > General Settings> Localisation but it doesn't change the time. My WHMCS is installed on a US server and probably the time will be grabed from the server time. I want just to change it to GTM 00:00 time zone. Thanks 0 Quote Link to comment Share on other sites More sharing options...
striddy Posted February 24, 2010 Share Posted February 24, 2010 In configuration.php add the following line date_default_timezone_set('yourtimezone'); Here is the list of timezones http://php.net/manual/en/timezones.php 0 Quote Link to comment Share on other sites More sharing options...
isixhosting Posted February 24, 2010 Author Share Posted February 24, 2010 In configuration.php add the following line date_default_timezone_set('yourtimezone'); Here is the list of timezones http://php.net/manual/en/timezones.php Thank you very much striddy. Works perfectly! 0 Quote Link to comment Share on other sites More sharing options...
WHMCS Support Manager WHMCS John Posted February 24, 2010 WHMCS Support Manager Share Posted February 24, 2010 N.B. Only works with php 5 and later. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.