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 [];
|
return [];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (strlen($datum) <= 6) return [];
|
||||||
if (strlen($datum) <= 9) $use_day = false;
|
if (strlen($datum) <= 9) $use_day = false;
|
||||||
else $use_day = true;
|
else $use_day = true;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user