Skip to content

Commit 1aba24e

Browse files
authored
Fix RFC3339 typo in docs
1 parent d0a4b6f commit 1aba24e

1 file changed

Lines changed: 1 addition & 1 deletion

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

0 commit comments

Comments
 (0)