Welcome Guest, Not a member yet? Register   Sign In
Wrong server timezone?
#2

[eluser]alexsancho[/eluser]
I've got a similar problem, and solved it setting default timezone to my country timezone and using $config['time_reference'] = "local"

Since my host is using PHP5 i can do this

Code:
if(function_exists('date_default_timezone_set')) {                                                                                                                    
            $tz= $this->obj->config->item('timezone');                                                
            date_default_timezone_set($tz);                                                                                                                                  
        }

I've added a config option where i can setup the timezone, "Europe/madrid" in my case

hope this help


Messages In This Thread
Wrong server timezone? - by El Forum - 06-22-2007, 07:19 AM
Wrong server timezone? - by El Forum - 06-22-2007, 07:37 AM
Wrong server timezone? - by El Forum - 06-22-2007, 10:36 AM



Theme © iAndrew 2016 - Forum software by © MyBB