os.timezone
===========

.. py:module:: os.timezone

.. autoapi-nested-parse::

   Return the current timezone offset.



Functions
---------

.. autoapisummary::

   os.timezone.timezone


Module Contents
---------------

.. py:function:: timezone() -> float

   Return current timezone offset in hours.

   :return: offset from utc in hours


