From 509a01b1a9d557fe2e64273b61ab50cafdfa49f7 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 1 Aug 2025 10:54:16 +0200 Subject: [PATCH] fixup language --- docs/cmdline-opts/write-out.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cmdline-opts/write-out.md b/docs/cmdline-opts/write-out.md index ad1b0f976a..4bef99e0d3 100644 --- a/docs/cmdline-opts/write-out.md +++ b/docs/cmdline-opts/write-out.md @@ -528,7 +528,7 @@ The year as a decimal number including the century. ## `%z` The `+hhmm` or `-hhmm` numeric timezone (that is, the hour and minute offset -from UTC). Since ths time is UTC, this always shows `+0000`. +from UTC). As time is always UTC, this outputs `+0000`. ## `%Z`