1scan_httpdate(3)           Library Functions Manual           scan_httpdate(3)
2
3
4

NAME

6       scan_httpdate - parse a HTTP date
7

SYNTAX

9       #include <scan.h>
10
11       size_t scan_httpdate(const char *src,time_t *dest);
12

DESCRIPTION

14       scan_httpdate  parses  a  date  as  defined in the HTTP standard into a
15       time_t.  It returns the number of bytes read  from  src  (0  for  parse
16       error).
17
18       The only supported time zone is GMT.
19

SEE ALSO

21       fmt_httpdate(3)
22
23
24
25                                                              scan_httpdate(3)
Impressum