Class override

Temporarily set the time zone for the current thread.

Declaration

class override(ContextDecorator)
source link

Documentation

This is a context manager that uses django.utils.timezone.activate()
to set the timezone on entry and restores the previously active timezone
on exit.

The ``timezone`` argument must be an instance of a ``tzinfo`` subclass, a
time zone name, or ``None``. If it is ``None``, Django enables the default
time zone.

Methods