Hi,
Can you recommend any implementation of Time Zones support for Django's ORM (DateTime filed)?
Ideally it has to be DB-agnostic and transparent, allowing to use all standard ORM things like __lt, __gt etc.
I guess it needs to store time in UTC plus local timezone.
Thanks!