RSL_fix_time


Synopsis

#include "rsl.h"
void RSL_fix_time(Ray *ray); 

Description

Fixes possible overflow values in month, day, year, hh, mm, ss.  Normally, ss should be the overflow.  This code ensures end of  month, year and century are handled correctly by using the Unix time(2) functions.

Return value

None.

See also

mktime(3)

Author: John H. Merritt.