We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee38e42 commit 726be5bCopy full SHA for 726be5b
src/Mbox.php
@@ -22,7 +22,7 @@ public function messages(
22
.'(Mon|Tue|Wed|Thu|Fri|Sat|Sun)\s+' // Day
23
.'(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)\s+' // Month
24
.'\d{1,2}\s+\d{2}:\d{2}:\d{2}' // Time (HH:MM:SS)
25
- .'(?:\s+[+-]\d{4})?' // Optionally match "+0000"
+ .'(?:\s+[+-]\d{4})?' // Optional Timezone ("+0000")
26
.'\s+\d{4}/' // Year
27
): Generator {
28
if (! $handle = fopen($this->filepath, 'r')) {
0 commit comments