asctime
extern char *asctime(const struct tm *tm);
info << asctime(t);
BString atime = asctime(localtime(&thetime));
return asctime(localtime(_timer));
fputs (asctime (loctime), stdout);