Go to the source code of this file.
Functions | |
CURLcode | Curl_gmtime (time_t intime, struct tm *store) |
Variables | |
const char *const | Curl_month [12] |
const char *const | Curl_wkday [7] |
CURLcode Curl_gmtime | ( | time_t | intime, |
struct tm * | store | ||
) |
Definition at line 570 of file parsedate.c.
const char* const Curl_month[12] |
Definition at line 92 of file parsedate.c.
const char* const Curl_wkday[7] |
Definition at line 87 of file parsedate.c.