Converts t to a tm struct, specifying the year, months, days, hours, minutes, and seconds, plus the microseconds via an out parameter.
timeval struct to convert
receives the remainder number of microseconds (not stored in the returned tm struct)
tm struct containing everything.
See Implementation
Converts t to a tm struct, specifying the year, months, days, hours, minutes, and seconds, plus the microseconds via an out parameter.