Added "G" in srtftime format from date format. Ticket #241

(cherry picked from commit 0e179a17252866464df749219a96a876032eb1b7)
This commit is contained in:
Arturo Gonzalez 2017-02-09 12:19:59 +01:00
parent d4090761e3
commit ab79119874

View File

@ -2613,6 +2613,7 @@ function date2strftime_format($date_format) {
'O' => '%z',
'T' => '%Z',
'%' => '%%',
'G' => '%k',
);
$return = "";