nobaloney Posted June 24, 2013 Share Posted June 24, 2013 My WHMCS installation (5.2.5) always uses GMT. Invoices, emails, everything. My defalt timezone for the server is America/Los_Angeles. the linux date command returns the correct date and time. I've tried the additions to configuration.php I've found in these forums: date_default_timezone_set, putenv("TZ=America/Los_Angeles"), and everything else I could find. OS is CentOS 5.9. PHP version is 5.4.15. Any ideas how I can change it to use localtime? Thanks. Jeff 0 Quote Link to comment Share on other sites More sharing options...
ckh Posted June 24, 2013 Share Posted June 24, 2013 php will use the date/time set in the php.ini file, if you didn't check there already. 0 Quote Link to comment Share on other sites More sharing options...
nobaloney Posted June 25, 2013 Author Share Posted June 25, 2013 That did, it thanks. Setting was "UTC" The correct setting was "America/Los_Angeles". Now all is good. Jeff 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.