134
my_time_possible_from_micro()
135
microtime Value from very recent my_micro_time()
138
This function returns the current time. The microtime argument is only used
139
if my_micro_time() uses a function that can safely be converted to the
146
time_t my_time_possible_from_micro(uint64_t microtime)
148
return (time_t) (microtime / 1000000);