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