Change timezone? |
| |||
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.
|
| |||
the timezone setting is in /my/config.php
|
| |||
[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
|
| |||
i changed the timezone like this: $timezone = (int) date("Z",time())/3600; because the timezone can change: standard time vs daylight saving time
|
| |||
[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,
|