ref: df03eca7e7cbfadf1cf8c8c5a94390eaa5013a8b dir: /utils/iar/Nt.c/
#include <lib9.h> char * myctime(long x) { time_t t; t = x; return ctime(&t); }