MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / timetz

Method timetz

tools/python-3.11.9-amd64/Lib/datetime.py:1926–1929  ·  view source on GitHub ↗

Return the time part, with same tzinfo.

(self)

Source from the content-addressed store, hash-verified

1924 return time(self.hour, self.minute, self.second, self.microsecond, fold=self.fold)
1925
1926 def timetz(self):
1927 "Return the time part, with same tzinfo."
1928 return time(self.hour, self.minute, self.second, self.microsecond,
1929 self._tzinfo, fold=self.fold)
1930
1931 def replace(self, year=None, month=None, day=None, hour=None,
1932 minute=None, second=None, microsecond=None, tzinfo=True,

Callers

nothing calls this directly

Calls 1

timeClass · 0.85

Tested by

no test coverage detected