-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Labels
Description
How to reproduce:
- Clone the repo on macOS (v 10.13.6).
- Try to run process_issues.py
- This is the output:
./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'