Converts an absolute time to a clock/calendar time.
#include <prtime.h> void PR_ExplodeTime( PRTime usecs, PRTimeParamFn params, PRExplodedTime *exploded);
The function has these parameters:
usecs
PRTime
format.params
exploded
Nothing; the buffer pointed to by exploded
is filled with the exploded time.
This function converts the specified absolute time to a clock/calendar time in the specified time zone. Upon return, the location pointed to by the exploded parameter contains the converted time value.