diff --git a/pandora_console/include/functions.php b/pandora_console/include/functions.php index a1edfc978b..fc26871a49 100644 --- a/pandora_console/include/functions.php +++ b/pandora_console/include/functions.php @@ -2613,6 +2613,7 @@ function date2strftime_format($date_format) { 'O' => '%z', 'T' => '%Z', '%' => '%%', + 'G' => '%k', ); $return = "";