Skip to content

Switch from iso8601 to chrono #23

Description

@infinity0

It looks like the iso8601 crate is no longer actively maintained: badboy/iso8601#19

It would be good to switch to the chrono crate. This will help reduce the amount of unmaintained code floating around.

The major difference is that iso8601 has more flexible parsing (it tries to autodetect the format), whereas chrono wants you to specify the format up-front.

Arguably iso8601's "magic behaviour" of parsing is potentially surprising and not such a great thing anyways, but if really needed one could maybe implement it using chrono's primitives.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions