summaryrefslogtreecommitdiffstats
path: root/frontends/php/include/export.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/php/include/export.inc.php')
-rw-r--r--frontends/php/include/export.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/include/export.inc.php b/frontends/php/include/export.inc.php
index a4e3649c..c8f23a7a 100644
--- a/frontends/php/include/export.inc.php
+++ b/frontends/php/include/export.inc.php
@@ -461,7 +461,7 @@
zbx_xmlwriter_start_element ($memory,XML_TAG_ZABBIX_EXPORT);
zbx_xmlwriter_write_attribute($memory, 'version', '1.0');
zbx_xmlwriter_write_attribute($memory, 'date', date('d.m.y'));
- zbx_xmlwriter_write_attribute($memory, 'time', date('h.i'));
+ zbx_xmlwriter_write_attribute($memory, 'time', date('H.i'));
zbx_xmlwriter_start_element ($memory,XML_TAG_HOSTS);
foreach($hosts as $hostid => $val){