Steps to Reproduce
- Go to an item (e.g. sandbox) with Czech (cs) as the interface language.
- Add a new property with time datatype (e.g. P585).
- Write a month in Czech (see below) and a year (e.g. 2019).
Actual Results
- For some months, the preview will show the first day of the month:
- Namely "březen" (3), "květen" (5), "červen" (6), "červenec" (7), "září" (9), "říjen" (10).
- The rest is parsed correctly: "leden" (1), "únor" (2), "duben" (4), "srpen" (8), "listopad" (11), "prosinec" (12).
- Possible explanation: All problematic months contain characters with caron. It's possible that the parser (YearMonthTimeParser?) doesn't handle special characters correctly.
- The same problem happens with all English months (still with the interface in Czech).
Expected Results
- The value is always parsed to the "month" precision.




