Fix: Do NOT trim hyphens from start and end of potentially uncertain
times
This commit is contained in:
@@ -251,7 +251,7 @@ final class NodaUncertaintyHelper {
|
||||
*/
|
||||
public static function trim(string $input):string {
|
||||
|
||||
return \trim($input, ", \t\n\r\n;-:");
|
||||
return \trim($input, ", \t\n\r\n;:");
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user