[Top]
|
Method gmtime()
- Method
gmtime
mapping(string:int) gmtime(int timestamp)
- Description
-
Convert seconds since 1970 into components.
This function works like localtime but the result is
not adjusted for the local time zone.
- See also
localtime, time, ctime, mktime
|