docs/src/date.md

changeset 281
ddb5e8f2a43d
parent 265
ee9e63c437c4
child 282
3070d72f54af
equal deleted inserted replaced
280:6d8784bee427 281:ddb5e8f2a43d
1 dav date 1 dav date
2 ======== 2 ========
3 3
4 **`date [url]`** 4 **`date [url]`**
5 5
6 The purpose of this command is to get the current date from a server and print it on stdout (http date format). This in useful in combination with the `-U` option for the `list` and `get` command. 6 The purpose of this command is to get the current date from a server and print it to stdout (HTTP date format). This in useful in combination with the `-U` option for the `list` and `get` command.
7 7
8 The *url* can be any http url. If no *url* is specified, the local time is used. 8 The *url* can be any http url. If no *url* is specified, the local time is used.
9 9
10 ### Example: incremental dav get 10 ### Example: incremental dav get
11 11

mercurial