.. meta:: :description: Reference for miscellaneous API: patch_current_time, TZPATH, clear_tzcache(), reset_tzpath(), available_timezones(), and reset_system_tz(). Miscellaneous ============= .. currentmodule:: whenever This section contains API documentation for miscellaneous functions and data .. toctree:: :maxdepth: 1 other-types exceptions deprecated Context managers ---------------- .. autoclass:: patch_current_time Timezone data ------------- .. data:: TZPATH :type: tuple[str, ...] The paths in which ``whenever`` will search for timezone data. By default, this is determined the same way as :data:`zoneinfo.TZPATH`, although you can override it using :func:`reset_tzpath` for ``whenever`` specifically. .. autofunction:: clear_tzcache .. autofunction:: reset_tzpath .. autofunction:: available_timezones .. autofunction:: reset_system_tz