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