fly

Results 3 issues of fly

Hello. I wonder what is the reason behind logic in [`dateTime.XsdLiteral`](https://github.com/pabigot/pyxb/blob/14737c23a125fd12c954823ad64fc4497816fae3/pyxb/binding/datatypes.py#L493-L500)? I'm asking because currently this method may produce incorrect XML if `PreserveInputTimeZone` is True. According to [python documentation](https://docs.python.org/3/library/datetime.html#datetime.tzinfo.tzname), there’s...

## Long story short This is follow up of [SO question](https://stackoverflow.com/questions/50801910/custom-access-log-in-aiohttp). Currently, there is no reliable and easy way to set custom AccessLogger class/instance when creating application. Possible solutions are...

enhancement

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...