fixup language

This commit is contained in:
Daniel Stenberg 2025-08-01 10:54:16 +02:00
parent 530e32777e
commit 509a01b1a9
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2

View file

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