Skip to content

Commit aebdf50

Browse files
authored
Merge pull request #3975 from IJMacD/patch-1
Fix RFC3339 typo in docs
2 parents 1583484 + 64c20f3 commit aebdf50

9 files changed

Lines changed: 10 additions & 10 deletions

File tree

docs/reference/commandline/container_logs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ The `--since` option shows only the container logs generated after
4747
a given date. You can specify the date as an RFC 3339 date, a UNIX
4848
timestamp, or a Go duration string (e.g. `1m30s`, `3h`). Besides RFC3339 date
4949
format you may also use RFC3339Nano, `2006-01-02T15:04:05`,
50-
`2006-01-02T15:04:05.999999999`, `2006-01-02Z07:00`, and `2006-01-02`. The local
50+
`2006-01-02T15:04:05.999999999`, `2006-01-02T07:00`, and `2006-01-02`. The local
5151
timezone on the client will be used if you do not provide either a `Z` or a
5252
`+-00:00` timezone offset at the end of the timestamp. When providing Unix
5353
timestamps enter seconds[.nanoseconds], where seconds is the number of seconds

docs/reference/commandline/container_prune.md

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

docs/reference/commandline/image_prune.md

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

docs/reference/commandline/network_prune.md

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

docs/reference/commandline/service_logs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ The `--since` option shows only the service logs generated after
6363
a given date. You can specify the date as an RFC 3339 date, a UNIX
6464
timestamp, or a Go duration string (e.g. `1m30s`, `3h`). Besides RFC3339 date
6565
format you may also use RFC3339Nano, `2006-01-02T15:04:05`,
66-
`2006-01-02T15:04:05.999999999`, `2006-01-02Z07:00`, and `2006-01-02`. The local
66+
`2006-01-02T15:04:05.999999999`, `2006-01-02T07:00`, and `2006-01-02`. The local
6767
timezone on the client will be used if you do not provide either a `Z` or a
6868
`+-00:00` timezone offset at the end of the timestamp. When providing Unix
6969
timestamps enter seconds[.nanoseconds], where seconds is the number of seconds

docs/reference/commandline/system_events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ timestamps, or Go duration strings (e.g. `10m`, `1h30m`) computed
148148
relative to the client machine’s time. If you do not provide the `--since` option,
149149
the command returns only new and/or live events. Supported formats for date
150150
formatted time stamps include RFC3339Nano, RFC3339, `2006-01-02T15:04:05`,
151-
`2006-01-02T15:04:05.999999999`, `2006-01-02Z07:00`, and `2006-01-02`. The local
151+
`2006-01-02T15:04:05.999999999`, `2006-01-02T07:00`, and `2006-01-02`. The local
152152
timezone on the client will be used if you do not provide either a `Z` or a
153153
`+-00:00` timezone offset at the end of the timestamp. When providing Unix
154154
timestamps enter seconds[.nanoseconds], where seconds is the number of seconds

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+
```

man/src/system/events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ timestamps, or Go duration strings (e.g. `10m`, `1h30m`) computed
2424
relative to the client machine's time. If you do not provide the `--since` option,
2525
the command returns only new and/or live events. Supported formats for date
2626
formatted time stamps include RFC3339Nano, RFC3339, `2006-01-02T15:04:05`,
27-
`2006-01-02T15:04:05.999999999`, `2006-01-02Z07:00`, and `2006-01-02`. The local
27+
`2006-01-02T15:04:05.999999999`, `2006-01-02T07:00`, and `2006-01-02`. The local
2828
timezone on the client will be used if you do not provide either a `Z` or a
2929
`+-00:00` timezone offset at the end of the timestamp. When providing Unix
3030
timestamps enter seconds[.nanoseconds], where seconds is the number of seconds

0 commit comments

Comments
 (0)