mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-10-29 15:36:16 +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
|
(?: \.[0-9]{3})? # milliseconds
|
||||||
(?P<timezone> # timezone offset
|
(?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
|
(?: \.[0-9]{3})? # milliseconds
|
||||||
(?P<timezone> # timezone offset
|
(?P<timezone> # timezone offset
|
||||||
|
|
||||||
Z | (?: \+|-)(?: [0-9]{2}:[0-9]{2})
|
Z | (?: \+|-)(?: [0-9]{2}:?[0-9]{2})
|
||||||
|
|
||||||
)?
|
)?
|
||||||
$/x';
|
$/x';
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue