| |
gmtime
Purpose:
Converts a time value directly to Coordinated Universal Time (UTC).
The time parameter must be an integer and is normally
a value returned by caltime().
Return Values:
Returns an object containing the broken down time.
The structure of a broken down time object is described in localtime().
Example:
input: | resulting output:
| <? gmtime (caltime())> | (sec=50, min=40, hour=23, mday=10, mon=11, year=2024, wday=2, yday=344, isdst=0) |
See Also:
caltime(), difftime(), localtime(), mktime(), strftime(), strptime().
This page was dynamically generated by the
web application development tool RADpage
of H.E.I.
See "Was ist AJAX? "
(in German). In Germany H.E.I. provides Webdesign in Mannheim and
Web Programming (Programmierung).
© 1996-2024 H.E.I. All Rights Reserved.
|