| Author | Topic |
|---|---|
|
|
Timezone
Wed May 20, 09 - 00:43
How can I set a timezone in this script? My server is not in the U.S. so all my match schedules and forum posts are wrong..
|
|
|
Timezone
Tue Jun 30, 09 - 16:11
You can set a default time zone for your server from the configuration file (php.ini) at the line:
[Date] ; Defines the default timezone used by the date functions date.timezone = America/New_York
I copied this from this link below. I did this yesterday and worked great.
|