List of functions and data types in Time
Time localTime(Int secs=now())
Arguments
secs: The number of seconds since Jan 1 1970. This argument is optional and defaults to the current time.
Usage
Converts a time expressed in seconds since Jan 1 1970 to a Time, using the current local timezone.
Related