@@ -31,8 +31,7 @@ |
||
| 31 | 31 | { |
| 32 | 32 | try { |
| 33 | 33 | $this->phpDateTime = new PhpDateTime($dateString); |
| 34 | - } |
|
| 35 | - catch (PhpException $exception) { |
|
| 34 | + } catch (PhpException $exception) { |
|
| 36 | 35 | // Suspect it is a unixtime that could not be parsed. |
| 37 | 36 | $this->phpDateTime = new PhpDateTime(); |
| 38 | 37 | $this->phpDateTime->setTimestamp($dateString); |