summaryrefslogtreecommitdiffstats
path: root/frontends/php/latest.php
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2005-02-26 13:26:57 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2005-02-26 13:26:57 +0000
commit7cbbb41fc1db47f50b4bf333c0c58db556021312 (patch)
tree747cffd7111737edf18def1b360e701d48a01db7 /frontends/php/latest.php
parent3d46f8cd88e6ae75d3c2f5ad151b031d0a275dec (diff)
downloadzabbix-7cbbb41fc1db47f50b4bf333c0c58db556021312.tar.gz
zabbix-7cbbb41fc1db47f50b4bf333c0c58db556021312.tar.xz
zabbix-7cbbb41fc1db47f50b4bf333c0c58db556021312.zip
- configurable timestamp format in local_en.inc.php (Alexei)
git-svn-id: svn://svn.zabbix.com/trunk@1677 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/latest.php')
-rw-r--r--frontends/php/latest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/latest.php b/frontends/php/latest.php
index df5489c2..5a23ea7e 100644
--- a/frontends/php/latest.php
+++ b/frontends/php/latest.php
@@ -283,7 +283,7 @@
iif_echo(!isset($row["lastclock"]),
"<div align=center>-</div>",
- date("d M H:i:s",$row["lastclock"]));
+ date(S_DATE_FORMAT_YMDHMS,$row["lastclock"]));
echo "</font></td>";
if(isset($row["lastvalue"]))