nlopess Wed Jan 21 12:14:54 2004 EDT
Modified files:
/livedocs livedoc.php
Log:
GMT date
http://cvs.php.net/diff.php/livedocs/livedoc.php?r1=1.76&r2=1.77&ty=u
Index: livedocs/livedoc.php
diff -u livedocs/livedoc.php:1.76 livedocs/livedoc.php:1.77
--- livedocs/livedoc.php:1.76 Wed Jan 21 11:13:04 2004
+++ livedocs/livedoc.php Wed Jan 21 12:14:53 2004
@@ -18,7 +18,7 @@
// | Generate an HTML version of a phpdoc/docbook page on the fly |
// +----------------------------------------------------------------------+
//
-// $Id: livedoc.php,v 1.76 2004/01/21 16:13:04 kennyt Exp $
+// $Id: livedoc.php,v 1.77 2004/01/21 17:14:53 nlopess Exp $
define('LIVEDOC_SOURCE', dirname(__FILE__));
include LIVEDOC_SOURCE . '/common.php';
@@ -113,7 +113,7 @@
echo $page->transform($map, $current_page);
}
-$date = date('Y-m-d H:i:s');
+$date = gmdate('Y-m-d H:i:s') . ' GMT';
if (empty($file_revision)) {
$file_revision = 'unknown revision';
}