mirror of
https://git.code.sf.net/p/quake/website
synced 2024-11-27 22:42:57 +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");
|
fileDownloadLink("files/qf-win32", "zip");
|
||||||
$ftime = filemtime ("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>
|
</LI>
|
||||||
</UL>
|
</UL>
|
||||||
|
|
Loading…
Reference in a new issue