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
When trying to work with this example I received the error:
```bash
AttributeError: module 'datetime' has no attribute 'UTC'
```
Doing some research, it seems the new pattern is to pull UTC from timezone.
Making the suggested edit as a PR
0 commit comments