Home
last modified time | relevance | path

Searched refs:_fromtimestamp (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Lib/
Ddatetime.py1668 def _fromtimestamp(cls, t, utc, tz): member in datetime
1719 return cls._fromtimestamp(t, tz is not None, tz)
1724 return cls._fromtimestamp(t, True, None)