Home | History | Annotate | Download | only in nspr

Lines Matching refs:gmt

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