795
795
sec=((ltime->day-1)*3600*24L+ltime->hour*3600+ltime->minute*60+
797
797
sign* (longlong) (interval.day*3600*24L +
799
799
interval.second))+ extra_sec;
812
812
ltime->second_part= (uint) microseconds;
813
813
ltime->second= (uint) (sec % 60);