Fatal error: Call to undefined function: date_default_timezone_set()
eelixduppy
12:28 am on Jun 4, 2008 (gmt 0)
Then you don't have PHP >= 5.1.0 so you are going to have to set the timezone [us2.php.net] in your php.ini file either by manually editing the file or by using ini_set [php.net]() before you call date().