diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2023-08-15 14:21:47 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2023-08-15 14:21:47 -0400 |
commit | 0651f7d74391e4acce498a9c8f0e071355d5940f (patch) | |
tree | 3ff3dd561b83d59a7872255e3126e29708d823b6 /docs/bfs.1 | |
parent | 7327b361acfbfc97657416c4bffc5aef79b86542 (diff) | |
download | bfs-0651f7d74391e4acce498a9c8f0e071355d5940f.tar.xz |
docs/bfs.1: Give an example with a space separating date from time
Diffstat (limited to 'docs/bfs.1')
-rw-r--r-- | docs/bfs.1 | 13 |
1 files changed, 6 insertions, 7 deletions
@@ -512,13 +512,12 @@ to parse as an ISO 8601-style timestamp. For example: .PP .RS -1991-12-14 -.br -1991-12-14T03:00 -.br -1991-12-14T03:00-07:00 -.br -1991-12-14T10:00Z +.nf +\(bu \fI1991-12-14\fR +\(bu \fI1991-12-14T03:00\fR +\(bu \fI1991-12-14T03:00-07:00\fR +\(bu '\fI1991-12-14 10:00Z\fR' +.fi .RE .PP .B \-nogroup |