You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
./process_issues.py
Traceback (most recent call last):
File "./process_issues.py", line 16, in <module>
now = datetime.datetime.now(datetime.timezone.utc)
AttributeError: 'module' object has no attribute 'timezone'
The text was updated successfully, but these errors were encountered:
Because then it's a 2 to 3 problem. Somebody™ should then update the code to also run on python3. Unfortunately I'm currently not using this project right now, but PRs are welcome.
How to reproduce:
The text was updated successfully, but these errors were encountered: