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