Home | History | Annotate | Download | only in nspr

Lines Matching refs:gmt

77  *     to midnight (00:00:00), January 1, 1970 Greenwich Mean Time (GMT).
78 * (GMT is also known as Coordinated Universal Time, UTC.)
91 * Time zone and daylight saving time corrections applied to GMT to
96 PRInt32 tp_gmt_offset; /* the offset from GMT in seconds */
106 * offsets from the GMT must be saved in the 'tm_params' field so that
107 * all the information is available to reconstruct GMT.
148 * given the current time in GMT. The input argument gmt should
149 * point to a PRExplodedTime that is in GMT, i.e., whose
152 * For any time zone other than GMT, the computation is intended to
163 * to GMT before applying the DST rules.
166 typedef PRTimeParameters (PR_CALLBACK *PRTimeParamFn)(const PRExplodedTime *gmt);
195 NSPR_API(PRTimeParameters) PR_GMTParameters(const PRExplodedTime *gmt);
199 * (microseconds after "1-Jan-1970 00:00:00 GMT").
206 * 14 Apr 89 03:20 GMT
208 * Fri, 17 Mar 89 4:01 GMT
223 * be interpreted relative to the local time zone (PR_FALSE) or GMT (PR_TRUE).