1Time.isoTime(3kaya) Kaya module reference Time.isoTime(3kaya)
2
3
4
6 Time::isoTime - Convert a Time-value into ISO-8601 format
7
9 String isoTime( Time t, [IsoTimeOpts] opts=[], Int tzOffs=0 )
10
12 t The Time
13
14 opts A list of Time.IsoTimeOpts (3kaya) options. This argument may be
15 omitted and defaults to the empty list.
16
17 tzOffs The offset of the timezone from UTC in seconds. This argument is
18 usually only used internally by Time.isoTime_1 (3kaya) for conversion
19 from Unix timestamps
20
22 Returns a String containing the ISO-8601 representation of a Time.Time
23 [1m(3kaya)
24 This can then be used in interoperation with various other systems.
25
27 Kaya standard library by Edwin Brady, Chris Morris and others
28 (kaya@kayalang.org). For further information see http://kayalang.org/
29
31 The Kaya standard library is free software; you can redistribute it
32 and/or modify it under the terms of the GNU Lesser General Public
33 License (version 2.1 or any later version) as published by the Free
34 Software Foundation.
35
37 Time.Time (3kaya)
38 Time.isoTime_1 (3kaya)
39
40
41
42Kaya December 2010 Time.isoTime(3kaya)