1Time.isoTime(3kaya) Kaya module reference Time.isoTime(3kaya)
2
3
4
6 Time::isoTime - Convert a Unix timestamp into ISO-8601 format
7
9 String isoTime( Int secs, [IsoTimeOpts] opts=[] )
10
12 secs The Unix timestamp (seconds since 1970-01-01 00:00:00).
13
14 opts A list of Time.IsoTimeOpts (3kaya) options. This argument may be
15 omitted and defaults to the empty list.
16
18 Return an ISO-8601 format String representing the time from the Unix
19 timestamp. The local timezone will be assumed (though not necessarily
20 displayed) unless the UTC flag is in the opts array.
21
23 Kaya standard library by Edwin Brady, Chris Morris and others
24 (kaya@kayalang.org). For further information see http://kayalang.org/
25
27 The Kaya standard library is free software; you can redistribute it
28 and/or modify it under the terms of the GNU Lesser General Public
29 License (version 2.1 or any later version) as published by the Free
30 Software Foundation.
31
33 Time.Time (3kaya)
34 Time.isoTime (3kaya)
35
36
37
38Kaya December 2010 Time.isoTime(3kaya)