Feeds: add `CEST` to `$timezone` in `SimplePie_Parse_Date`.
Props swissspidy. Fixes #32749. git-svn-id: https://develop.svn.wordpress.org/trunk@35283 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
eb6bdb59cd
commit
895cf207b5
|
@ -331,6 +331,7 @@ class SimplePie_Parse_Date
|
|||
'CCT' => 23400,
|
||||
'CDT' => -18000,
|
||||
'CEDT' => 7200,
|
||||
'CEST' => 7200,
|
||||
'CET' => 3600,
|
||||
'CGST' => -7200,
|
||||
'CGT' => -10800,
|
||||
|
|
Loading…
Reference in New Issue