mirror of
https://git.code.sf.net/p/quake/website
synced 2024-11-10 15:22:13 +00:00
avoid timezone issues entirely
This commit is contained in:
parent
7eeb3ffe51
commit
7d0b18ec97
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue