cobrateam / flask-mongoalchemy

Flask support for MongoDB using MongoAlchemy.
https://pythonhosted.org/Flask-MongoAlchemy/
BSD 2-Clause "Simplified" License
217 stars 45 forks source link

Enable Timezone on driver #42

Closed barroca closed 9 years ago

barroca commented 9 years ago

Since MongoAlchemy has timezone support, I'd like to be able to work with timezones. MongoDb stores all datetime using timezone and my queries using the driver are not working properly.