time->string

Name

time->string -- Render a time to a string.

Type: function

Synopsis

time->string( t fmt local, str);

Arguments

t

An instance of <time>

fmt

An instance of <string>

local

An instance of <boolean>

Return Values

str

An instance of <string>

Description

Formats t into a string. fmt is optional, as is local. Default fmt is as by ctime().