MCPcopy
hub / github.com/pandas-dev/pandas / time_tz_convert

Method time_tz_convert

asv_bench/benchmarks/tslibs/timestamp.py:130–132  ·  view source on GitHub ↗
(self, tz)

Source from the content-addressed store, hash-verified

128 self.ts.normalize()
129
130 def time_tz_convert(self, tz):
131 if self.ts.tz is not None:
132 self.ts.tz_convert(tz)
133
134 def time_tz_localize(self, tz):
135 if self.ts.tz is None:

Callers

nothing calls this directly

Calls 1

tz_convertMethod · 0.45

Tested by

no test coverage detected