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

Remove uses of utcnow in non-vendored code #12006

Merged
merged 4 commits into from
Aug 31, 2023
Merged

Commits on May 1, 2023

  1. Remove reference to utcnow

    This cleans up some of the datetime handling in the self check.
    
    Note that this changes the format of the state file, since the datetime
    now uses ``.isoformat()`` instead of ``.strftime``. Reading an outdated
    state file will still work on Python 3.11+, but not on earlier versions.
    pganssle committed May 1, 2023
    Configuration menu
    Copy the full SHA
    1f68a41 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    339b770 View commit details
    Browse the repository at this point in the history
  3. Add news entry

    pganssle committed May 1, 2023
    Configuration menu
    Copy the full SHA
    e181c4b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c14099f View commit details
    Browse the repository at this point in the history