Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/python-pendulum/pendulum
/ is_dst
Method
is_dst
src/pendulum/datetime.py:299–300 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
297
return
self.offset == 0
298
299
def
is_dst(self) -> bool:
300
return
self.dst() != datetime.timedelta()
301
302
def
get_offset(self) -> int | None:
303
utcoffset = self.utcoffset()
Callers
15
test_replace_tzinfo_dst_off
Function · 0.80
test_replace_tzinfo_dst_transitioning_on
Function · 0.80
test_replace_tzinfo_dst_on
Function · 0.80
test_replace_tzinfo_dst_transitioning_off
Function · 0.80
test_replace_tzinfo_dst_off
Function · 0.80
test_replace_tzinfo_dst_transitioning_on
Function · 0.80
test_replace_tzinfo_dst_on
Function · 0.80
test_replace_tzinfo_dst_transitioning_off
Function · 0.80
test_now_dst_off
Function · 0.80
test_now_dst_transitioning_on
Function · 0.80
test_now_dst_on
Function · 0.80
test_now_dst_transitioning_off
Function · 0.80
Calls
1
dst
Method · 0.80
Tested by
15
test_replace_tzinfo_dst_off
Function · 0.64
test_replace_tzinfo_dst_transitioning_on
Function · 0.64
test_replace_tzinfo_dst_on
Function · 0.64
test_replace_tzinfo_dst_transitioning_off
Function · 0.64
test_replace_tzinfo_dst_off
Function · 0.64
test_replace_tzinfo_dst_transitioning_on
Function · 0.64
test_replace_tzinfo_dst_on
Function · 0.64
test_replace_tzinfo_dst_transitioning_off
Function · 0.64
test_now_dst_off
Function · 0.64
test_now_dst_transitioning_on
Function · 0.64
test_now_dst_on
Function · 0.64
test_now_dst_transitioning_off
Function · 0.64