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