Timezones [message #158959] |
Sun, 19 April 2009 19:03 |
Chiz
Messages: 13 Registered: April 2009
Karma: 0
|
Junior Member |
|
|
Our hosts are +1 hour ahead of us, and they will not change the server cos there is more than just us on this server.
Anyway, i have set the timezone in the admin control panal to UK and still the time is one hour ahead and at the bottom it still reads CEST time not GMT.
Is there anything i can do to change this?
|
|
|
|
Re: Timezones [message #158965 is a reply to message #158959] |
Sun, 19 April 2009 20:37 |
nozafc
Messages: 75 Registered: April 2009
Karma: 0
|
Member |
|
|
I altered the global.php file and changed
$SERVER_TZ = "Europe/Dublin"; /* timezone code from tz.inc */
to
$SERVER_TZ = date_default_timezone_set('Europe/London');
Problem solved
|
|
|