Synopsis
char *_ctime64_r(const __time64_t *tp,
                 char *buf);
Description

_ctime64_r converts the *tp to a null terminated string in buf and returns buf. The buf must point to an array at least 26 bytes in length.