Fix attempt to parse 5-digit times as time German dates
This commit is contained in:
parent
b8dbfb32df
commit
707f781f1e
|
@ -314,6 +314,7 @@ final class NodaTimeSplitter {
|
|||
return [];
|
||||
}
|
||||
|
||||
if (strlen($datum) <= 6) return [];
|
||||
if (strlen($datum) <= 9) $use_day = false;
|
||||
else $use_day = true;
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user