Closed matiUniverse closed 7 years ago
Hi @perroOne, thanks a lot for your PR.
I'm wondering if there is a difference between using pytz
and django.utils.timezone
.
If we can achieve the same behaviour using django.utils.timezone
we should consider using it. So we avoid dependencies. What do you think?
The django.utils.timezone
module uses pytz when it's available and fallbacks when it isn't.
Hello!
I've just committed two little changes I made on utils.py file to add timezone support. It's working fine on my projet.
May be can be helpful for someone.
Thanks a lot for this app!