public inbox for linux-man@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] strftime.3: document how %z and %Z are calculated
@ 2023-03-08 20:53 Paul Eggert
  2023-03-08 21:19 ` Alejandro Colomar
  0 siblings, 1 reply; 2+ messages in thread
From: Paul Eggert @ 2023-03-08 20:53 UTC (permalink / raw)
  To: linux-man; +Cc: Paul Eggert

---
 man3/strftime.3 | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/man3/strftime.3 b/man3/strftime.3
index 57b2a38aa..90248d0b4 100644
--- a/man3/strftime.3
+++ b/man3/strftime.3
@@ -417,6 +417,8 @@ The
 or
 .I \-hhmm
 numeric timezone (that is, the hour and minute offset from UTC). (SU)
+(Calculated from
+.IR tm_gmtoff .)
 .TP
 .B %Z
 The timezone name or abbreviation.
@@ -427,6 +429,8 @@ The timezone name or abbreviation.
 The date and time in
 .BR date (1)
 format. (TZ)
+(Calculated from
+.IR tm_zone .)
 (Not supported in glibc2.)
 .TP
 .B %%
-- 
2.39.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-03-08 21:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-08 20:53 [PATCH] strftime.3: document how %z and %Z are calculated Paul Eggert
2023-03-08 21:19 ` Alejandro Colomar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox