ref: bd41c3ee99a819ae92887538049cdef0ad482763 dir: /lib/c/ctime.c/
#include <time.h> #undef ctime char * ctime(const time_t *t) { return asctime(localtime(t)); }