Extracted from Pike v7.3 release 14 at 2002-02-15.
pike.roxen.com
[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