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