Skip to content

Commit bad6157

Browse files
committed
Fix RFC3339 typo in docs
Signed-off-by: Iain MacDonald <ijmacd@gmail.com>
1 parent d0a4b6f commit bad6157

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/reference/commandline/system_prune.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ The `until` filter can be Unix timestamps, date formatted
107107
timestamps, or Go duration strings (e.g. `10m`, `1h30m`) computed
108108
relative to the daemon machine’s time. Supported formats for date
109109
formatted time stamps include RFC3339Nano, RFC3339, `2006-01-02T15:04:05`,
110-
`2006-01-02T15:04:05.999999999`, `2006-01-02Z07:00`, and `2006-01-02`. The local
110+
`2006-01-02T15:04:05.999999999`, `2006-01-02T07:00`, and `2006-01-02`. The local
111111
timezone on the daemon will be used if you do not provide either a `Z` or a
112112
`+-00:00` timezone offset at the end of the timestamp. When providing Unix
113113
timestamps enter seconds[.nanoseconds], where seconds is the number of seconds

man/src/container/logs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The `--since` and `--until` options can be Unix timestamps, date formatted times
1414
or Go duration strings (e.g. `10m`, `1h30m`) computed relative to the client machine's
1515
time. Supported formats for date formatted time stamps include RFC3339Nano,
1616
RFC3339, `2006-01-02T15:04:05`, `2006-01-02T15:04:05.999999999`,
17-
`2006-01-02Z07:00`, and `2006-01-02`. The local timezone on the client will be
17+
`2006-01-02T07:00`, and `2006-01-02`. The local timezone on the client will be
1818
used if you do not provide either a `Z` or a `+-00:00` timezone offset at the
1919
end of the timestamp. When providing Unix timestamps enter
2020
seconds[.nanoseconds], where seconds is the number of seconds that have elapsed
@@ -37,4 +37,4 @@ $ docker logs -f --until=2s test
3737
Tue 14 Nov 2017 16:40:00 CET
3838
Tue 14 Nov 2017 16:40:01 CET
3939
Tue 14 Nov 2017 16:40:02 CET
40-
```
40+
```

0 commit comments

Comments
 (0)