Skip to content

Replace construction of date string with just using date numbers to build date with fixed year

Claudio Cambra requested to merge work/fix-date-parsing into master

On some locales (e.g. de_AT.UTF-8) the QML date's fromLocaleString method is completely borked

Therefore, rather than use this parsing method, we just create a new date from the numbers we acquire from the user's provided date string

Merge request reports