Convert a time to local time.
Time localTime( Int secs=now() )
secs The number of seconds since Jan 1 1970. This argument is optional and defaults to the current time.
Converts a time expressed in seconds since Jan 1 1970 to a Time.Time (3kaya) , using the current local timezone.
Kaya standard library by Edwin Brady, Chris Morris and others ([email protected]). For further information see http://kayalang.org/
The Kaya standard library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License (version 2.1 or any later version) as published by the Free Software Foundation.
Time.Time (3kaya)
Time.gmTime (3kaya)
Time.mkTime (3kaya)
Time.time (3kaya)