mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
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:
@@ -331,6 +331,7 @@ class SimplePie_Parse_Date
|
||||
'CCT' => 23400,
|
||||
'CDT' => -18000,
|
||||
'CEDT' => 7200,
|
||||
'CEST' => 7200,
|
||||
'CET' => 3600,
|
||||
'CGST' => -7200,
|
||||
'CGT' => -10800,
|
||||
|
||||
Reference in New Issue
Block a user