Sun Java System Web Proxy Server 4.0.11 NSAPI Developer's Guide

util_parse_http_time

The util_parse_http_time function converts a given HTTP time string to time_t format.

Syntax

#include <libproxy/util.h>
time_t util_parse_http_time(char *date_string);

Returns

The time_t equivalent to the GMT t.

Parameters

time_t t is a time.

See Also

util_make_gmt