ap_ get_time — return a human-readable version of the current time
char *ap_ get_time(void)
Uses ctime to format the current time and removes the trailing newline. Returns a pointer to a string containing the time.
ctime