--- title: PR_GMTParameters slug: PR_GMTParameters tags: - NSPR_API - NSPR_API_Reference translation_of: Mozilla/Projects/NSPR/Reference/PR_GMTParameters ---
Returns the time zone offset information that maps the specified PRExplodedTime to GMT.
PRTimeParameters PR_GMTParameters ( const PRExplodedTime *gmt);
gmt
A time parameters structure that expresses the time zone offsets at the specified time.
This is a frequently-used time parameter callback function. You don't normally call it directly; instead, you pass it as a parameter to PR_ExplodeTime() or PR_NormalizeTime().
This is a trivial function; for any input, it returns a PRTimeParameters structure with both fields set to zero.