Return a vector containing the current year, month (1-12), day (1-31), hour (0-23), minute (0-59) and second (0-61). For example, clock () [ 1993, 8, 20, 4, 56, 1 ] The function clock is more accurate on systems that have the gettimeofday function.
Return a vector containing the current year, month (1-12), day (1-31), hour (0-23), minute (0-59) and second (0-61). For example,
clock () [ 1993, 8, 20, 4, 56, 1 ]
The function clock is more accurate on systems that have the gettimeofday function.
gettimeofday