Home | History | Annotate | Download | only in nspr

Lines Matching defs:gmt

90  *     to midnight (00:00:00), January 1, 1970 Greenwich Mean Time (GMT).
91 * (GMT is also known as Coordinated Universal Time, UTC.)
104 * Time zone and daylight saving time corrections applied to GMT to
109 PRInt32 tp_gmt_offset; /* the offset from GMT in seconds */
119 * offsets from the GMT must be saved in the 'tm_params' field so that
120 * all the information is available to reconstruct GMT.
161 * given the current time in GMT. The input argument gmt should
162 * point to a PRExplodedTime that is in GMT, i.e., whose
165 * For any time zone other than GMT, the computation is intended to
176 * to GMT before applying the DST rules.
179 typedef PRTimeParameters (PR_CALLBACK *PRTimeParamFn)(const PRExplodedTime *gmt);
208 NSPR_API(PRTimeParameters) PR_GMTParameters(const PRExplodedTime *gmt);
212 * (microseconds after "1-Jan-1970 00:00:00 GMT").
219 * 14 Apr 89 03:20 GMT
221 * Fri, 17 Mar 89 4:01 GMT
237 * be interpreted relative to the local time zone (PR_FALSE) or GMT (PR_TRUE).