diff --git a/pandora_console/include/functions_graph.php b/pandora_console/include/functions_graph.php index ccad237208..17fbcb9c65 100644 --- a/pandora_console/include/functions_graph.php +++ b/pandora_console/include/functions_graph.php @@ -3728,7 +3728,7 @@ function graph_graphic_agentevents ($id_agent, $width, $height, $period = 0, $ho $bottom = $datelimit + ($periodtime * $i); if (! $graphic_type) { if ($config['flash_charts']) { - $name = date('H:i:s', $bottom); + $name = date('H:i', $bottom); } else { $name = date('H\h', $bottom);