MCPcopy Index your code
hub / github.com/python-pendulum/pendulum / local_timezone

Function local_timezone

src/pendulum/tz/__init__.py:39–43  ·  view source on GitHub ↗

Return the local timezone.

()

Source from the content-addressed store, hash-verified

37
38
39def local_timezone() -> Timezone | FixedTimezone:
40 """
41 Return the local timezone.
42 """
43 return get_local_timezone()
44
45
46__all__ = [

Callers 3

_safe_timezoneFunction · 0.90
localFunction · 0.90
nowMethod · 0.90

Calls 1

get_local_timezoneFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…