1Time(3kaya) Kaya module reference Time(3kaya)
23
4
NAME
6Time - Time and date functions
7
DESCRIPTION
9This module contains functions to store date/time data, and to format
10dates and times in ways suitable for interaction with other systems
11such as email, HTTP or databases.
12
DATA TYPES
14Time.Day (3kaya)
15Time.IsoTimeOpts (3kaya)
16Time.Month (3kaya)
17Time.Time (3kaya)
EXCEPTIONS
19Time.CantParseTime (3kaya)
20Time.NoSuchDay (3kaya)
21Time.NoSuchMonthName (3kaya)
22Time.NoSuchMonthNumber (3kaya)
FUNCTIONS
24Time.addDays (3kaya)
25Time.compareTime (3kaya)
26Time.cookieTime (3kaya)
27Time.day (3kaya)
28Time.gmTime (3kaya)
29Time.int (3kaya)
30Time.isoTime (3kaya)
31Time.isoTime_1 (3kaya)
32Time.localTime (3kaya)
33Time.microTime (3kaya)
34Time.mkTime (3kaya)
35Time.month (3kaya)
36Time.month_1 (3kaya)
37Time.now (3kaya)
38Time.parseISO8601 (3kaya)
39Time.parseRFC2822 (3kaya)
40Time.rfc2822Time (3kaya)
41Time.string (3kaya)
42Time.string_1 (3kaya)
AUTHORS
44Kaya standard library by Edwin Brady, Chris Morris and others
45(kaya@kayalang.org). For further information see http://kayalang.org/
LICENSE
47The Kaya standard library is free software; you can redistribute it
48and/or modify it under the terms of the GNU Lesser General Public
49License (version 2.1 or any later version) as published by the Free
50Software Foundation.
5152
53
54
Kaya December 2010 Time(3kaya)