Next Previous Contents

85. unix_ctime

Synopsis

Convert a calendar time to a string

Usage

String_Type unix_ctime(Integer_Type secs)

Description

This function returns a string representation of the time as given by secs seconds since 1970.

See Also

time


Next Previous Contents