time.__str__()
For a time t, str(t) is equivalent to t.isoformat().
str(t)
t.isoformat()
Please login to continue.
Please login to continue.