HelenOS sources

time_local2str    157 uspace/lib/c/include/time.h extern errno_t time_local2str(const time_t, char *);
time_local2str    157 uspace/lib/posix/include/libc/time.h extern errno_t time_local2str(const time_t, char *);
time_local2str    184 uspace/lib/posix/src/time.c 	if (failed(time_local2str(*timer, buf))) {
HelenOS homepage, sources at GitHub