Login     Sign up
Changing Timezone
LK (@chucky)
Join date: Sep 5th 2010
Community posts: 18
View Profile
Send Message

If you change the timezone (dashboard - preference) to another default it will not be restored at a next login.
So you have to change it again... and again ..and ;-)

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

in my/config.php find the variable $timezone and edit to suit your timezone. This will change the timezone for the whole site

175 months ago
LK (@chucky)
Join date: Sep 5th 2010
Community posts: 18
View Profile
Send Message

I know, but don't know what to fill in.
I've tried GMT+1 but that doesn't work.
Do you?

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

if you want gmt +1, change to:

$timezone = +1;

this will work if your server time is set to gmt. If not, you will need to know which timezone your server is in, eg. my host is in USA so I need to use:

$timezone = -8;

to get the correct GMT time with daylight saving

175 months ago