pollution: asctime_r
char *asctime_r(const struct tm *, char *); 

pollution: ctime_r
char *ctime_r(const time_t *, char *); 

pollution: ts
pollution: base
int timespec_get(struct timespec *ts, int base); 

