Re: [PHP] Using timezones

2007-05-04 Thread Oliver Block
Am Freitag, 4. Mai 2007 13:39 schrieb Rob Desbois: > What's the best way to go about providing this functionality? Should I just > provide an option of all regional timezones (how do I use this? If the user specifies the timezone, it might be comfortable to use the time zones as described in Appe

Re: [PHP] Using timezones

2007-05-04 Thread Tijnema !
On 5/4/07, Rob Desbois <[EMAIL PROTECTED]> wrote: I have a script which uses UTC times read from a database. Up until now the users have just provided their current timezone offset from UTC in hours, but this needs to be changed as the script may not be running on a server with UTC set and I'd

[PHP] Using timezones

2007-05-04 Thread Rob Desbois
I have a script which uses UTC times read from a database. Up until now the users have just provided their current timezone offset from UTC in hours, but this needs to be changed as the script may not be running on a server with UTC set and I'd like to use set_default_timezone(). Looking at the