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