Skip to content

Conversions for DateTime and Duration into SystemTime/Duration #27

@luben

Description

@luben

Having a way to convert into std::time structs would help, e.g.

impl From<DateTime> for std::time::SystemTime { ...}
impl From<&DateTime> for std::time::SystemTime { ...}
impl From<Duration> for std::time::Duration { ...}
impl From<&Duration> for std::time::Duration {...}

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