FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum Development » Bug Reports » Timezones
Show: Today's Messages :: Polls :: Message Navigator
Switch to threaded view of this topic Create a new topic Submit Reply
Timezones [message #158959] Sun, 19 April 2009 19:03 Go to next message
Chiz is currently offline  Chiz   United Kingdom
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 #158961 is a reply to message #158959] Sun, 19 April 2009 19:43 Go to previous messageGo to next message
naudefj is currently offline  naudefj   South Africa
Messages: 3771
Registered: December 2004
Karma: 28
Senior Member
Administrator
Core Developer
As far as I understand FUDforum uses the timezone from the OS or your php.ini file (date.timezone setting).

To create a FUDforum setting, one would need to implement this - http://www.php.net/manual/en/function.date-default-timezone-set.php
Re: Timezones [message #158965 is a reply to message #158959] Sun, 19 April 2009 20:37 Go to previous message
nozafc is currently offline  nozafc   United Kingdom
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
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: no results when a search includes a numerical character
Next Topic: cannot attach the file or picture
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Sat Apr 27 12:44:20 GMT 2024

Total time taken to generate the page: 0.02656 seconds