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

Support the use of chrono::DateTime<Utc> using the type alias DateTim… #222

Merged
merged 6 commits into from
Jan 16, 2022

Commits on Jan 5, 2022

  1. Support the use of chrono::DateTime<Utc> using the type alias DateTim…

    …eUtc
    
    Add a test to ensure the DateTimeUtc is parsed and converted to SQL equivalent of TIMESTAMP
    charleschege committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    0df14a9 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2022

  1. Configuration menu
    Copy the full SHA
    ea5042a View commit details
    Browse the repository at this point in the history
  2. Implement From for Utc

    Move FixedOffset to its own `From` implementation
    
    Implement test for Utc
    charleschege committed Jan 6, 2022
    Configuration menu
    Copy the full SHA
    0705701 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2022

  1. Configuration menu
    Copy the full SHA
    9187f69 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2022

  1. Configuration menu
    Copy the full SHA
    79f93ba View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2022

  1. Configuration menu
    Copy the full SHA
    851dfac View commit details
    Browse the repository at this point in the history