From ab7911987435567e023e553ce15cfe88aa95a03c Mon Sep 17 00:00:00 2001 From: Arturo Gonzalez Date: Thu, 9 Feb 2017 12:19:59 +0100 Subject: [PATCH] Added "G" in srtftime format from date format. Ticket #241 (cherry picked from commit 0e179a17252866464df749219a96a876032eb1b7) --- pandora_console/include/functions.php | 1 + 1 file changed, 1 insertion(+) 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 = "";