mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-05 06:22:52 +08:00
Solution for #528 ?
This commit is contained in:
parent
6a3ebb9e5d
commit
867f8ff199
1 changed files with 2 additions and 2 deletions
|
@ -304,7 +304,7 @@ class DateTimeParser
|
|||
(?: \.[0-9]{3})? # milliseconds
|
||||
(?P<timezone> # timezone offset
|
||||
|
||||
Z | (?: \+|-)(?: [0-9]{2}:[0-9]{2})
|
||||
Z | (?: \+|-)(?: [0-9]{2}:?[0-9]{2})
|
||||
|
||||
)?
|
||||
|
||||
|
@ -406,7 +406,7 @@ class DateTimeParser
|
|||
(?: \.[0-9]{3})? # milliseconds
|
||||
(?P<timezone> # timezone offset
|
||||
|
||||
Z | (?: \+|-)(?: [0-9]{2}:[0-9]{2})
|
||||
Z | (?: \+|-)(?: [0-9]{2}:?[0-9]{2})
|
||||
|
||||
)?
|
||||
$/x';
|
||||
|
|
Loading…
Reference in a new issue