I apologize if I am missing something obvious here, but as I posted in a previous support request (http://x10hosting.com/forums/free-hosting/131279-server-time-boru-off-1-hour.html?pagenumber=), my PHP function call "time()" is not returning the correct time again. At some point after I submitted my original ticket, the time returned DID change, and was returning the correct time. I've recently noticed the off-by-one-hour issue has returned.
This page: http://hgdash.x10hosting.com/test.php
is calling this PHP function to get the timestamp:
$curTime = date("D, M j g:i:s A T Y", time());
I am using this same statement on other (non-x10hosting) servers, and they all return the correct time.
Again, my apologies if I'm missing something obvious, and this belongs in the programming help thread.
Thanks,
db
This page: http://hgdash.x10hosting.com/test.php
is calling this PHP function to get the timestamp:
$curTime = date("D, M j g:i:s A T Y", time());
I am using this same statement on other (non-x10hosting) servers, and they all return the correct time.
Again, my apologies if I'm missing something obvious, and this belongs in the programming help thread.
Thanks,
db