-
Notifications
You must be signed in to change notification settings - Fork 481
Open
Labels
languagelanguage related issue/PRlanguage related issue/PR
Description
Hello,
In swedish there are 2 specific ways that dates are written very commonly that I have not seen support for. Specifically dates can be written like "den 24:e December" and "201226" (2020-12-26). The first one is not recognised due to the ":e" which is a very common way of writing dates in sweden and the second returns the wrong date datetime.datetime(2022, 2, 1, 6, 0). I am assuming the second can be rectified with some setting but short of removing the ":e" I cannot see a way of tackling the first one.
Any help is appreciated.
Thank you.
Metadata
Metadata
Assignees
Labels
languagelanguage related issue/PRlanguage related issue/PR