1Time.gmTime(3kaya) Kaya module reference Time.gmTime(3kaya)
2
3
4
6 Time::gmTime - Convert a time to GMT.
7
9 Time gmTime( Int secs=now() )
10
12 secs The number of seconds since Jan 1 1970. This argument is optional
13 and defaults to the current time.
14
16 Converts a time expressed in seconds since Jan 1 1970 to a Time.Time
17 [1m(3kaya) , using the GMT timezone.
18
20 Kaya standard library by Edwin Brady, Chris Morris and others
21 (kaya@kayalang.org). For further information see http://kayalang.org/
22
24 The Kaya standard library is free software; you can redistribute it
25 and/or modify it under the terms of the GNU Lesser General Public
26 License (version 2.1 or any later version) as published by the Free
27 Software Foundation.
28
30 Time.Time (3kaya)
31 Time.localTime (3kaya)
32 Time.mkTime (3kaya)
33 Time.time (3kaya)
34
35
36
37Kaya December 2010 Time.gmTime(3kaya)