utc

2 posts tagged “utc”.

  1. 2024
  2. Convert a datetime object to UTC without using pytz

    I wanted to convert a datetime object (from GitPython) to UTC without adding the dependency.

    1 min read
  3. Fixes for datetime UTC warnings in Python

    I was getting the following warning for one of my Python test suites: I also saw a deprecation warning elsewhere for my usage of .

    1 min read