__current_time     38 lib/timefmt.h          time_t __current_time;                                  \
__current_time     39 lib/timefmt.h          time(&__current_time);                                  \
__current_time     40 lib/timefmt.h          FMT_LOCALTIME(buffer,bufsize,fmt,__current_time);       \