Included Files
- #include <nut/include/stdio.h>
- #include <nut/include/include2/string.h>
- #include <nut/include/include2/ctype.h>
- #include <nut/include/pro/rfctime.h>
Local Variables
rfc1123_buf
static char rfc1123_buf[32]
wkdays
static char* wkdays[7]
months
static char* months[12]
char* Rfc1123TimeString ( struct _tm* tm )
time_t RfcTimeParse ( const char* str )
char* TimeParseDmy ( const char* str, int* mday, int* mon, int* year )
char* TimeParseHms ( const char* str, int* hour, int* min, int* sec )
char* TimeParseMonth ( const char* str, int* month )
char* TimeParseYear ( const char* str, int* year )
static char* parse_digits ( const char* str, int* val )
static char* skip_spaces ( const char* str )