Explorar el Código

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

pdontthink hace 4 años
padre
commit
52eff45ff7
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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':