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

This commit is contained in:
Arturo Gonzalez 2017-02-09 12:19:59 +01:00
parent c9b4b3be5c
commit 0e179a1725
1 changed files with 1 additions and 0 deletions

View File

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