Hello:
Environment:
Linux server
PHP 4.3.4
This code:
echo '<br>'.strftime('%T %Z',mktime()).', Timestamp='.mktime();
echo '<br>'.strftime('%T GMT',gmmktime()).', Timestamp='.gmmktime();
yields this result:
23:52:08 EST, Timestamp=1076475128
18:52:08 GMT, Timestamp=1076457128
Why? GMT should be 5 hours ahead of EST, not 5 behind. Right? What am I
missing here??
Richard
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

