Page 1 of 1

Finding if it is daylight savings

Posted: Thu Aug 28, 2003 9:40 pm
by like_duh44
Is there any code that would allow me to find out if it is currently daylight savings? If not, no worry, because I guess I could always make tons of ifs to find out if its the correct month and day for it, but that would be long and tedious, thats why i'm posting this. Any help is appreciated!
?>

Posted: Thu Aug 28, 2003 10:37 pm
by volka
take a look at http://php.net/date
search for I (capital i)

Posted: Thu Aug 28, 2003 10:45 pm
by like_duh44
Thank you very much.