Skip to content

Language specific date formats #833

@mnikolop

Description

@mnikolop

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

No one assigned

    Labels

    languagelanguage related issue/PR

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions