Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/mongodb/mongo-python-driver
/ _is_dst
Method
_is_dst
test/test_bson.py:118–119 ·
view source on GitHub ↗
(self, dt)
Source
from the content-addressed store, hash-verified
116
self.__name = name
117
118
def
_is_dst(self, dt):
119
return
self.__dst_start_month <= dt.month <= self.__dst_end_month
120
121
def
utcoffset(self, dt):
122
return
datetime.timedelta(minutes=self.__offset) + self.dst(dt)
Callers
1
dst
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected