time_to_string(tm)
The argument tm must be the time object as returned by now(). Convert tm to an ISO 8601 encoded string and return it.
tm
now()
time_to_string(now()) // 2016-07-21T20:55:45
Core Module Index | Contents