Login     Sign up
Change timezone?
James Maltby (@dweeb)
Join date: Sep 12th 2010
Community posts: 1
View Profile
Send Message

How do I change the timezone? Everything I am posting is posting 4-5 hours behind my current time. I would like to change this.

175 months ago
Ian (@eeji)
Join date: Aug 3rd 2010
Community posts: 107
View Profile
Send Message

the timezone setting is in /my/config.php

175 months ago
AL (@switch48)
Join date: Sep 1st 2010
Community posts: 450
View Profile
Send Message

[quote=dweeb]How do I change the timezone? Everything I am posting is posting 4-5 hours behind my current time. I would like to change this. [/quote]

Hi , Yeah line 26 in /my/config.php

175 months ago
Jcow Master (@falcone)
Join date: Sep 2nd 2010
Community posts: 917
View Profile
Send Message

i changed the timezone like this:

$timezone = (int) date("Z",time())/3600;

because the timezone can change: standard time vs daylight saving time

175 months ago
AL (@switch48)
Join date: Sep 1st 2010
Community posts: 450
View Profile
Send Message

[quote=dweeb]How do I change the timezone? Everything I am posting is posting 4-5 hours behind my current time. I would like to change this. [/quote]

Hi,
Where abouts in canada are you and did you get this sorted...

175 months ago