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.
(asctime(1222974095) == "Thu Oct 2 21:01:35 2008"