Skip to content

DateUtils: Trim userProvidedYear to remove whitespace before parsing

Joshua Goins requested to merge work/redstrate/fix-date-delim into master

Certain locales such as Slovenian have a space in their date, which gets carried over onto userProvidedYear. If this space isn't removed, it ruins the parsing.

Should be backported to 23.08 as well

Edited by Joshua Goins

Merge request reports