@@ -58,7 +58,7 @@ |
||
| 58 | 58 | // TODO: Test is missing: |
| 59 | 59 | if (!isset($this->date) && preg_match('#UT$#', $dateToken)) { |
| 60 | 60 | try { |
| 61 | - $this->date = new DateTime($dateToken . 'C'); |
|
| 61 | + $this->date = new DateTime($dateToken.'C'); |
|
| 62 | 62 | // $this->addParsingError('Invalid Date: "C" missing from timezone "UT"'); // https://github.com/zbateson/mail-mime-parser/issues/124 |
| 63 | 63 | } catch (Exception $e) { |
| 64 | 64 | } |