-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Datetimes become timezone aware #918
Labels
Milestone
Comments
CosmicAnalogue465
changed the title
Dates become timezone aware
Datetimes become timezone aware
Mar 29, 2015
ping @vinczente |
The issue is in
|
|
Could you open a corresponding issue in https://github.com/py-bson/bson? |
raised here. py-bson/bson#64 |
I think it would be best to not pollute MongoEngine with temporary fixes related to other libraries. In your own code you can just |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If I serialize a object using to_json with timezone unaware dates and then load them back with from_json, the datetime object is then timezone aware.
The text was updated successfully, but these errors were encountered: