Qucs-S S-parameter Viewer & RF Synthesis Tools
Loading...
Searching...
No Matches
Namespaces | Functions | Variables
babel.localtime Namespace Reference

Namespaces

namespace  _fallback
 

Functions

datetime.tzinfo get_localzone ()
 

Variables

datetime.tzinfo LOCALTZ = get_localzone()
 

Detailed Description

    babel.localtime
    ~~~~~~~~~~~~~~~

    Babel specific fork of tzlocal to determine the local timezone
    of the system.

    :copyright: (c) 2013-2025 by the Babel Team.
    :license: BSD, see LICENSE for more details.

Function Documentation

◆ get_localzone()

datetime.tzinfo babel.localtime.get_localzone ( )
Returns the current underlying local timezone object.
Generally this function does not need to be used, it's a
better idea to use the :data:`LOCALTZ` singleton instead.