
Originally Posted by
AdamBoyle
Thanks for your reply, I think the problem must be with the server because no matter what i change the time zone offset value to the admin time/date remains the same.
Thanks very much for your help, just need to remove the optional header file!!
The time zone offset value in admin does not affect the admin time display.
You need to edit
admin/includes/extra_configures/time_offset.php
which contains..
PHP Code:
<?php
//You can modify the TZ (Time Zone) by using one of the following offsets
//TZ=America/Los_Angeles
//TZ=America/Denver
//TZ=America/Chicago
//TZ=America/New_York
putenv ('TZ=Australia/Melbourne');
?>
you need to change
putenv ('TZ=Australia/Melbourne');
to what ever your time zone is, you may have to google to find the valid text for your time zone