Browse Source

Merge branch 'trunk' into master

Andy 4 years ago
parent
commit
4e8eff574c
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';
             $tzc = '-0400';
             break;
             break;
         case 'GMT':
         case 'GMT':
+        case 'UTC':
             $tzc = '+0000';
             $tzc = '+0000';
             break;
             break;
         case 'BST':
         case 'BST':