Name
time() — Decode time string into time of day
Common Usage
time( timestring
, modifier
, ... )
Description
The time()
function takes a
timestring
value plus zero or more modifier values and returns a
text value in the format 'HH
:MM
:SS
'
.
It is equivalent to the call strftime(
'%H:%M:%S', timestring, ... )
.