time conversion



What is the easiest way to convert a time value that is the number
of microseconds that have elapsed since 0000 hours 1 January 1972 into the unixepoch (the number of seconds since 0000 hours 1 January 1970).

Is there some time function for this already? Or do I need to use struct tm?

Thanks!!!

.