Browse Source

Fix for unknown broken mailer using "UTC" in Date header

pdontthink 4 years ago
parent
commit
52eff45ff7
1 changed files with 1 additions and 0 deletions
  1. 1 0
      functions/date.php

+ 1 - 0
functions/date.php

@@ -58,6 +58,7 @@ function getGMTSeconds($stamp, $tzc) {
             $tzc = '-0400';
             break;
         case 'GMT':
+        case 'UTC':
             $tzc = '+0000';
             break;
         case 'BST':