Convert a unix timestamp into iso-8601 format
String isoTime( Int secs, [IsoTimeOpts] opts=[] )
secs The Unix timestamp (seconds since 1970-01-01 00:00:00).
opts A list of Time.IsoTimeOpts (3kaya) options. This argument may be omitted and defaults to the empty list.
Return an ISO-8601 format String representing the time from the Unix timestamp. The local timezone will be assumed (though not necessarily displayed) unless the UTC flag is in the opts array.
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.isoTime (3kaya)