Adjusting WHMCS Time Zone
Ever since I started using WHMCS (Web Host Manager Complete Solution), my dilemma is that it uses the server’s timezone as its default. If a server is based outside of my local timezone, I have no choice but to adjust all of the transaction dates every time there is an entry at the WHMCS.
Now, here’s a trick to dictate WHMCS to use your local timezone:
- Open the file configuration.php for editing.
- Add the line
date_default_timezone_set('Asia/Manila');if you are from Manila.
The list of timezones can be found at http://www.php.net/manual/en/timezones.php
Popularity: 1%
Did you enjoy this post? Why not leave a comment below and continue the conversation, or subscribe to my feed and get articles like this delivered automatically to your feed reader.


.gif)











Thanks for this, very helpful for Me