comparison mupdf-source/thirdparty/curl/docs/cmdline-opts/time-cond.d @ 3:2c135c81b16c

MERGE: upstream PyMuPDF 1.26.4 with MuPDF 1.26.7
author Franz Glasner <fzglas.hg@dom66.de>
date Mon, 15 Sep 2025 11:44:09 +0200
parents b50eed0cc0ef
children
comparison
equal deleted inserted replaced
0:6015a75abc2d 3:2c135c81b16c
1 Long: time-cond
2 Short: z
3 Arg: <time>
4 Help: Transfer based on a time condition
5 Protocols: HTTP FTP
6 ---
7 Request a file that has been modified later than the given time and date, or
8 one that has been modified before that time. The <date expression> can be all
9 sorts of date strings or if it doesn't match any internal ones, it is taken as
10 a filename and tries to get the modification date (mtime) from <file>
11 instead. See the \fIcurl_getdate(3)\fP man pages for date expression details.
12
13 Start the date expression with a dash (-) to make it request for a document
14 that is older than the given date/time, default is a document that is newer
15 than the specified date/time.
16
17 If this option is used several times, the last one will be used.