curl_getdate

Name: curl_getdate()

Description:

Returns the time, in seconds since 1 Jan 1970 of the time string given in the first argument. The time argument in the second parameter is unused and should be set to NULL.

extern (C)
time_t
curl_getdate
(
const(char)* p
,
const(time_t)* unused
)

Meta