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