Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add std::convert::From conversion between different DateTime offsets #271

Merged
merged 5 commits into from
Apr 8, 2019

Commits on Aug 12, 2018

  1. Add initial implementation of std::convert::From for DateTime offsets

    Adds conversion to/from Utc, Local, and FixedOffset. Originally planned
    to go through NaiveDateTime, but it seems that is not necessary?
    mqudsi committed Aug 12, 2018
    Configuration menu
    Copy the full SHA
    855d5f2 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2018

  1. Add doc ccomments for conversions between DateTime flavors

    Documentation added to both `impl`s and functions so that they are
    visible to both users perusing the online documentation and in
    autocomplete/intellisense engines.
    mqudsi committed Sep 5, 2018
    Configuration menu
    Copy the full SHA
    7f4d0da View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2018

  1. Add basic conversion test

    mqudsi committed Sep 6, 2018
    Configuration menu
    Copy the full SHA
    973c603 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2019

  1. Configuration menu
    Copy the full SHA
    ad6872c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    43447e5 View commit details
    Browse the repository at this point in the history