asctime()
public
Returns a string in asctime(3) format (but
without ān0ā at the end). This method is equivalent to strftime(ā%cā).
See also asctime(3) or ctime(3).
static VALUE
d_lite_asctime(VALUE self)
{
return strftimev("%a %b %e %H:%M:%S %Y", self, set_tmx);
}