subroutine ft_gettimeofday(t_timeval_)
function shall obtain the current time, expressed as seconds and microseconds since the Epoch, and store it in the t_timeval structure pointed to by tp. The resolution of the system clock is unspecified.
Definition at line 78 of file times.f90.