MCPcopy 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()

Calls 1

dstMethod · 0.80