blob: 82709b7158e6b575f95406c28015c83a7e2529d6 [file] [log] [blame]
#include <time.h>
char* ctime(const time_t* t) { return asctime(localtime(t)); }