https://bugs.kde.org/show_bug.cgi?id=396797
--- Comment #11 from shiz...@teksavvy.com --- according to regex101, '\s' matches any whitespace character (equal to [\r\n\t\f\v ]) that's why I've replaced your '\s+' in the date regex. Anyways it works for me. -- You are receiving this mail because: You are the assignee for the bug.