electricshoe Posted January 8, 2008 Share Posted January 8, 2008 Serverside time is correct, vbulletin pulls in the correct time as well. But whenever I run the date() function it returns a time 12 hours in the future. I'm running the latest version of zendcore and I can't seem to find a place to just set a date offset, do I have to do it all with the latitude and longitude stuff? Thanks 10 million times in advance:) Quote Link to comment https://forums.phpfreaks.com/topic/85059-date-12-hours-in-the-future-zend-core/ Share on other sites More sharing options...
Caesar Posted January 9, 2008 Share Posted January 9, 2008 What does the following give you? <?php $time = date("h:i A",time()); echo $time; ?> Quote Link to comment https://forums.phpfreaks.com/topic/85059-date-12-hours-in-the-future-zend-core/#findComment-434120 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.