Fix for unknown broken mailer using "UTC" in Date header
authorpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sat, 16 Jan 2021 02:51:18 +0000 (02:51 +0000)
committerpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sat, 16 Jan 2021 02:51:18 +0000 (02:51 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@14878 7612ce4b-ef26-0410-bec9-ea0150e637f0

functions/date.php

index dbd482ab48b6abd140139332a1e29ec82ff44f68..0cd88d502a4cdd61b2abda96db1b68bf23312cf2 100644 (file)
@@ -58,6 +58,7 @@ function getGMTSeconds($stamp, $tzc) {
             $tzc = '-0400';
             break;
         case 'GMT':
+        case 'UTC':
             $tzc = '+0000';
             break;
         case 'BST':