Convert a time-value into iso-8601 format
String isoTime( Time t, [IsoTimeOpts] opts=[], Int tzOffs=0 )
t The Time
opts A list of Time.IsoTimeOpts (3kaya) options. This argument may be omitted and defaults to the empty list.
tzOffs The offset of the timezone from UTC in seconds. This argument is usually only used internally by Time.isoTime_1 (3kaya) for conversion from Unix timestamps
Returns a String containing the ISO-8601 representation of a Time.Time (3kaya) This can then be used in interoperation with various other systems.
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_1 (3kaya)