1075
1075
_hours, _minutes, _seconds, _useconds);
1080
1080
int64_t time_portion= (((_hours * 100L) + _minutes) * 100L) + _seconds;
1081
(void) int2my_decimal(E_DEC_FATAL_ERROR, time_portion, false, to);
1081
(void) int2_class_decimal(E_DEC_FATAL_ERROR, time_portion, false, to);
1084
1084
to->buf[(to->intg-1) / 9 + 1]= _useconds * 1000;