Help!
I have an auction that ends in 4 hours but all the items on the site are showing the message "You cannot bid on this product at this time because bidding is not currently open. Check the open and close times for this product above."
All items have a Bidding close time of 12:00:00pm but its only 8:11am right now.
The auction timezone is set for GMT -6 and admin user and all other users timezone setting are also set for GMT -6.
It seems that the auction thinks the server's timezone is something else but if I type date at the command line (Ubuntu linux box) it shows:
Thu Jun 12 08:11:39 MDT 2008
so it looks like the server's date/time is correct.
Whats going on? I have users yelling at me that the auction is not supposed to close for another 4 hours
This is the PHP version I'm running too: PHP 5.2.3-1ubuntu6.3
It also appears that MySQL and PHP are returning the correct time. If I do a SELECT NOW(); in mysql I get the correct time. I also get the correct time if I do a create a file with "<?php print date('r');" and run it from the command line.