Returns the time zone offset information that maps the specified PRExplodedTime
to GMT.
#include <prtime.h> 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.