Clib.gmtime()
syntax: |
Clib.gmtime(timeInt) |
where: |
timeInt - an integer time value.
|
return: |
object - a time object reflecting the value timeInt (as returned by the Clib.time().
|
description: |
Takes the integer timeInt (as returned by the Clib.time() function) and converts it to a Time object representing the current date and time expressed as Greenwich mean time. See Clib.localtime() for a description of the returned object.
|
see: |
Clib.mktime(), Date Object, Date toGMTString()
|