mirror of
https://github.com/curl/curl.git
synced 2026-04-15 00:41:41 +03:00
curl_getdate.3: document that some illegal dates pass through
Closes #8938
This commit is contained in:
parent
07a400c8e0
commit
b1f8d50a92
1 changed files with 4 additions and 0 deletions
|
|
@ -33,6 +33,10 @@ time_t curl_getdate(char *datestring, time_t *now);
|
|||
1st 1970 00:00:00 in the UTC time zone, for the date and time that the
|
||||
\fIdatestring\fP parameter specifies. The \fInow\fP parameter is not used,
|
||||
pass a NULL there.
|
||||
|
||||
This function works with valid dates and does not always detect and reject
|
||||
wrong dates, such as February 30.
|
||||
|
||||
.SH PARSING DATES AND TIMES
|
||||
A "date" is a string containing several items separated by whitespace. The
|
||||
order of the items is immaterial. A date string may contain many flavors of
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue