On 11 February 2004 20:26, Richard Day wrote:
> Hello:
>
>
> Environment:
> Linux server
> PHP 4.3.4
>
> This code:
>
> echo ''.strftime('%T %Z',mktime()).', Timestamp='.mktime();
> echo ''.strftime('%T GMT',gmmktime()).',
> Timestamp='.gmmktime();
>
> yields this result:
>
>
Hello:
Environment:
Linux server
PHP 4.3.4
This code:
echo ''.strftime('%T %Z',mktime()).', Timestamp='.mktime();
echo ''.strftime('%T GMT',gmmktime()).', Timestamp='.gmmktime();
yields this result:
23:52:08 EST, Timestamp=1076475128
18:52:08 GMT, Timestamp=1076457128
2 matches
Mail list logo