| PHP, MySQL General PHP questions. Or go to our PHPsuexec Forum >> |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread |
|
|
#1 (permalink) |
|
SuP3r G33k
On a golden path...
Joined in Mar 2005
Lives in Ohio
Hosted on SH67
313 posts
Gave thanks: 0
Thanked 0 times
|
PHP code output is wrong
I am working with a simple PHP script but the output of the code is wrong. IT is a simple date and time stamp. It works but displays the wrong time. I am in a GMT time zone is it's like the script is not working off of GMT.
Here's the code Code:
<?php
echo(gmstrftime("It is [day number %j] %A on %B %d, %Y, %X - Your Time Zone: %Z",time()));
?>
|
|
|
|