pytest-mongodb icon indicating copy to clipboard operation
pytest-mongodb copied to clipboard

Add tz-aware option

Open fly opened this issue 6 months ago • 0 comments

This adds support for tz_aware argument of MongoClient.

It is handy, when you use tz-aware connection in your application, and want to do assertions on datetime objects returned from mongo queries.

fly avatar Oct 02 '25 14:10 fly