:py:mod:`os.timezone` ===================== .. py:module:: os.timezone .. autoapi-nested-parse:: Return the current timezone offset. Module Contents --------------- Functions ~~~~~~~~~ .. autoapisummary:: os.timezone.timezone .. py:function:: timezone() -> float Return current timezone offset in hours. :return: offset from utc in hours