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

Fix comparison from wrong formats with datetime objects #2697

Merged
merged 6 commits into from
Mar 20, 2023

Commits on Feb 26, 2023

  1. Make sure datetimes objects are used in their timestamp format to avo…

    …id the exception "TypeError: can't compare offset-naive and offset-aware datetimes" with Python 3.11
    Sebastien Tricaud committed Feb 26, 2023
    Configuration menu
    Copy the full SHA
    ff33ae6 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2023

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

Commits on Mar 15, 2023

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

Commits on Mar 19, 2023

  1. Configuration menu
    Copy the full SHA
    512cf4a View commit details
    Browse the repository at this point in the history
  2. Add unit tests

    ahopkins committed Mar 19, 2023
    Configuration menu
    Copy the full SHA
    737087d View commit details
    Browse the repository at this point in the history
  3. squash

    ahopkins committed Mar 19, 2023
    Configuration menu
    Copy the full SHA
    064f63b View commit details
    Browse the repository at this point in the history