Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
39
def
local_timezone() -> Timezone | FixedTimezone:
40
""
"
41
Return the local timezone.
42
""
"
43
return
get_local_timezone()
44
45
46
__all__ = [
Callers
3
_safe_timezone
Function · 0.90
local
Function · 0.90
now
Method · 0.90
Calls
1
get_local_timezone
Function · 0.90
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…