Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.7.27
-
Fix Version/s: 4.7.30
-
Component/s: None
-
Labels:
-
Versioning Impact:Patch (backwards-compatible bug fixes)
-
Documentation Required?:None
-
Funding Source:Contributed Code
-
Verified?:No
-
Overview:Timestamp Mismatch warnings for systems running with the Europe/London timezone arise where the server timezone is different.
Description
CRM_Utils_System_Base::getTimeZoneOffset() does not handle timezone offsets of 0 correctly.
"Europe/London" has 0 offset from UTC when daylight savings is not in effect. This causes Timestamp Mismatch warnings when the server system timezone is different.