Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pandas-dev/pandas
/ time_to_pydatetime
Method
time_to_pydatetime
asv_bench/benchmarks/tslibs/timestamp.py:124–125 ·
view source on GitHub ↗
(self, tz)
Source
from the content-addressed store, hash-verified
122
self.ts.replace(tzinfo=None)
123
124
def
time_to_pydatetime(self, tz):
125
self.ts.to_pydatetime()
126
127
def
time_normalize(self, tz):
128
self.ts.normalize()
Callers
nothing calls this directly
Calls
1
to_pydatetime
Method · 0.45
Tested by
no test coverage detected