Replies: 1 comment 2 replies
-
@drewbrew are you on mac or windows? ❯ python --version
Python 3.9.7
2021.djangocon.us-git on drop-note-about-tz [$!?] via 🐍 v3.9.7 (djangocon) via 💎 v2.7.2 on ☁️ (us-west-2) on ☁️ [email protected]
❯ python -c 'import maya; print(maya.when("2021-10-22 10:00"))'
Fri, 22 Oct 2021 10:00:00 GMT |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If I change the offending line in process.py to:
Then the script runs but I get off by 12 hours, which is better than nothing.
Beta Was this translation helpful? Give feedback.
All reactions