char *asctime( const struct tm *tm )



	- prototype in time.h

	- converts time in struct tm to 26-character ASCII string
	- returns a pointer to the ASCII string