got my products showing up again, comes out I had deleted the first 2 lines of code in the product listings file oops... however still have this error above not sure where to go with this and then it says I am getting an error in my admin panel on line 13 of login.php I have checked it with all my backups and it is consistant but I was not getting the error before? here is what line 13 says and here is what the error says

error

Warning: strtotime() [function.strtotime]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Chicago' for 'CDT/-5.0/DST' instead in vhosts/bullysperformance.secureserver.net/bullysautomotive/bullysperformance/my_admin_folder/login.php on line 13

and here is line 13

define('ADMIN_PASSWORD_EXPIRES_INTERVAL', strtotime('- 90 day'));

???