Re: [PHP] New Date/Time Functionality and Setting Timezones

2006-04-17 Thread Richard Lynch
On Mon, April 17, 2006 1:15 am, Lester Caine wrote: > Of cause this still does nothing for the vast majority of hosting, > where > it's the timezone/daylight saving of the client that you need, not the > server :( The timezone/ds of the client is way beyond the scope of PHP... I *would* like to b

Re: [PHP] New Date/Time Functionality and Setting Timezones

2006-04-17 Thread Jochem Maas
Lester Caine wrote: Chris wrote: In more than one place in the PHP documentation it refers to the order in which the new Date/Time functionality determines the appropriate time zone. That order is: 1) the value set by date_default_timezone_set(), if any 2) the TZ environmental variable 3)

Re: [PHP] New Date/Time Functionality and Setting Timezones

2006-04-16 Thread Lester Caine
Chris wrote: In more than one place in the PHP documentation it refers to the order in which the new Date/Time functionality determines the appropriate time zone. That order is: 1) the value set by date_default_timezone_set(), if any 2) the TZ environmental variable 3) the date.timezone ph