Skip to content

Parsing date with mixed slashes and Chinese time of day #808

@wesinator

Description

@wesinator

similar to #232

datestring 2020/10/9 下午 02:26:26 is used in zh-CN language HFS servers
Other example: https://twitter.com/healthyscc/status/1299582251101949952

import dateparser

d = dateparser.parse("2020/10/9 下午 02:26:26")
print(d)

returns None

expect: datetime object

Thanks for the work on this library and making it open source

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type: Bug - LanguageSubtype of bug, related to language data

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions