-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Django Timezone #36
base: master
Are you sure you want to change the base?
Django Timezone #36
Conversation
updated tests to add timezone to Company adding migration
adding pytz to requirements
This is ready for review @jvamvas @philippeowagner, I think I handled timezones properly, trying only to convert to a location timezone where necessary for comparison. |
Actually, I don't think I tackled this correctly. Ideally, we wouldn't override I've been thinking about how to properly fix it, and I think there are 2 possible ways:
I think 1 is probably the best. Also, can we get rid of the code in |
Updated to use django.utils.timezone