Server Time

If you are using php add the follwong to your php config file
Code:
date_default_timezone_set('Africa/Johannesburg');

For a list of valid timezones, go here: http://php.net/manual/en/timezones.php

Add this line to the very top of the .htaccess file, before any other entry.

SetEnv TZ Australia/Brisbane
Code:
SetEnv TZ Africa/Johannesburg

For a list of valid timezones, go here: http://php.net/manual/en/timezones.php

  • 0 用戶發現這個有用
這篇文章有幫助嗎?

Powered by WHMCompleteSolution