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
SetEnv TZ Australia/Brisbane
Code:
SetEnv TZ Africa/Johannesburg
For a list of valid timezones, go here: http://php.net/manual/en/timezones.php