avoid timezone issues entirely

This commit is contained in:
Bill Currie 2003-06-05 18:31:11 +00:00
parent 7eeb3ffe51
commit 7d0b18ec97
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ very few people on Windows would be able to play. <STRONG>:)</STRONG>
<?
fileDownloadLink("files/qf-win32", "zip");
$ftime = filemtime ("files/qf-win32.zip");
echo " Updated " . date ("M. j, g:i a", $ftime) . " UTC";
echo " Updated " . gmdate ("M. j, g:i a", $ftime) . " UTC";
?>
</LI>
</UL>