Function Reference
— Function File: asctime (tm_struct)

Convert a time structure to a string using the following five-field format: Thu Mar 28 08:40:14 1996. For example,

          asctime (localtime (time ()))
                "Mon Feb 17 01:15:06 1997\n"

This is equivalent to ctime (time ()).