Skip to content

Conversation

utnapischtim
Copy link
Contributor

  • datetime.datetime.utcnow() is deprecated and scheduled for removal in
    a future version. Use timezone-aware objects to represent datetimes in
    UTC: datetime.datetime.now(datetime.UTC).

  • the decision was made to move to utc aware timestamps

* datetime.datetime.utcnow() is deprecated and scheduled for removal in
  a future version. Use timezone-aware objects to represent datetimes in
  UTC: datetime.datetime.now(datetime.UTC).

* the decision was made to move to utc aware timestamps
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant