django-timezones

A Django reusable app to deal with timezone localization for users


License
BSD-3-Clause
Install
pip install django-timezones==0.2

Documentation

This simple app is for localizing datetimes for the user. Timezone handling
can be a bit tricky so the goal is to get rid of the guessing game and provide
a simple interface to localizing datetimes for your users.