The file that provides functions ported from Unix in time.h. More...
Functions | |
struct tm * | evil_localtime_r (const time_t *timep, struct tm *result) |
Convert the calendar time to broken-time representation in a user supplied data. More... | |
char * | strptime (const char *buf, const char *fmt, struct tm *tm) |
Convert a string representation of time to a time tm structure . More... | |
The file that provides functions ported from Unix in time.h.