module documentation

babel.localtime._fallback ~~~~~~~~~~~~~~~~~~~~~~~~~ Emulated fallback local timezone when all else fails. :copyright: (c) 2013-2023 by the Babel Team. :license: BSD, see LICENSE for more details.

Constant DSTDIFF Undocumented
Constant DSTOFFSET Undocumented
Constant STDOFFSET Undocumented
Constant ZERO Undocumented
Class _FallbackLocalTimezone Undocumented

Undocumented

Value
DSTOFFSET-STDOFFSET
DSTOFFSET = (source)

Undocumented

Value
(datetime.timedelta(seconds=-time.altzone) if time.daylight else STDOFFSET)
STDOFFSET = (source)

Undocumented

Value
datetime.timedelta(seconds=-time.timezone)

Undocumented

Value
datetime.timedelta(0)