summaryrefslogtreecommitdiffstats
path: root/web/template/stats/updates_table.php
diff options
context:
space:
mode:
Diffstat (limited to 'web/template/stats/updates_table.php')
-rw-r--r--web/template/stats/updates_table.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/template/stats/updates_table.php b/web/template/stats/updates_table.php
index 8da6732..92c6e42 100644
--- a/web/template/stats/updates_table.php
+++ b/web/template/stats/updates_table.php
@@ -21,9 +21,9 @@ $mod_int = intval($row["ModifiedTS"]);
$sub_int = intval($row["SubmittedTS"]);
if ($mod_int == $sub_int):
- $modstring = '<img src="images/new.gif" alt="New!" /> ' . gmdate("r", $sub_int);
+ $modstring = '<img src="images/new.gif" alt="New!" /> ' . gmdate("Y-m-d H:i", $sub_int);
else:
- $modstring = gmdate("r", $mod_int);
+ $modstring = gmdate("Y-m-d H:i", $mod_int);
endif;
?>