Setup

Installation

Install from PyPi with pip:

pip install django-timezone-utils

To use django-timezone-utils in your Django project, just import and use the utility classes described in this documentation; there is no need to modify your INSTALLED_APPS setting.

Dependencies

  • Supports Django 1.8+ on Python 2.7, 3.2, 3.3, 3.4, and 3.5.
  • Requires pytz for time zone conversions.

Deprecation Policy

django-timezone-utils will support any version of Django that is currently supported by the Django Software Foundation. Please view Django’s Supported Version documentation for more information.