Skip to content
This repository was archived by the owner on Apr 13, 2023. It is now read-only.
This repository was archived by the owner on Apr 13, 2023. It is now read-only.

promlem with parsing february 29 in leap year #730

@MikhailMalyutin

Description

@MikhailMalyutin

Next tests failed:

shared void testParseDateTimeLeapYear() {
    value result = parseDateTime("2020-02-29T12:00:00");
    assert(exists result);
}

shared void testParseDateLeapYear() {
    value result = parseDate("2020-02-29");
    assert(exists result);
}

Now parseDate and parseDateTime can't parse 29 february in leap year

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions