Re: [PHP-DOC] docs for php date("I", $timestamp) for daylight savings

2004-12-06 Thread Friedhelm Betz
Hi Steve, Hi, The docs to PHP's date() function are unclear regarding the "I" format string. They say date("I", $timestamp) returns whether or not $timestamp is in daylight savings time: 1 if daylight savings time, 0 otherwise. Trouble is, the docs don't explain how date() decides if a given tim

Re: [PHP-DOC] docs for php date("I", $timestamp) for daylight savings

2004-12-06 Thread Derick Rethans
On Mon, 6 Dec 2004, Steve Chamberlin wrote: > The docs to PHP's date() function are unclear regarding the "I" format > string. They say date("I", $timestamp) returns whether or not > $timestamp is in daylight savings time: 1 if daylight savings time, 0 > otherwise. > > Trouble is, the docs don't e

[PHP-DOC] docs for php date("I", $timestamp) for daylight savings

2004-12-06 Thread Steve Chamberlin
Hi, The docs to PHP's date() function are unclear regarding the "I" format string. They say date("I", $timestamp) returns whether or not $timestamp is in daylight savings time: 1 if daylight savings time, 0 otherwise. Trouble is, the docs don't explain how date() decides if a given timestamp