Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dbcli/mycli
/ tzname
Method
tzname
test/pytests/test_special_utils.py:249–250 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
247
def
test_get_local_timezone_returns_tzname(monkeypatch) -> None:
248
class
FakeAwareDatetime:
249
def
tzname(self) -> str:
250
return
'EDT'
251
252
class
FakeDatetime:
253
@staticmethod
Callers
1
get_local_timezone
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected