MCPcopy Create free account
hub / github.com/PyMySQL/PyMySQL / TimestampFromTicks

Function TimestampFromTicks

pymysql/times.py:18–19  ·  view source on GitHub ↗
(ticks)

Source from the content-addressed store, hash-verified

16
17
18def TimestampFromTicks(ticks):
19 return datetime(*localtime(ticks)[:6])

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected