1scan_httpdate(3) Library Functions Manual scan_httpdate(3)
23
4
NAME
6scan_httpdate - parse a HTTP date
7
SYNTAX
9#include <scan.h>
1011
size_t scan_httpdate(const char *src,time_t *dest);
12
DESCRIPTION
14scan_httpdate parses a date as defined in the HTTP standard into a
15time_t. It returns the number of bytes read from src (0 for parse
16error).
1718
The only supported time zone is GMT.
19
SEE ALSO
21fmt_httpdate(3)
2223
24
25
scan_httpdate(3)