Top index Wirbel home

time::asctime

asctime(int) - convert epoch time into standard string representation
asctime() - convert current time into standard string representation

asctime(int) takes an epoch time and converts it to a standard string representation.

asctime() returns a string with the standard string representation of the curent time.

Examples

 (asctime(1222974095) == "Thu Oct  2 21:01:35 2008"