(C) 1998 AROS - The Amiga Research OS
"Wed Jun 30 21:49:08 1993\n"
The return value points to a statically allocated string which might be overwritten by subsequent calls to any of the date and time functions.
time_t tt; struct tm * tm; char * str; // Get time time (&tt); // Break time up tm = localtime (&tt); // Convert to string str = asctime (tm);