Function - Return the current time.
#include< mach/mach_host.h> kern_return_t host_get_time (host_t host, time_value_t current_time);
The host_get_time function returns the current time as seen by that host.
Only generic errors apply.
Functions: host_adjust_time, host_set_time.
Data Structures: time_value.