From f1b17dfccd833052bd8881cf0bb81def5797e7d3 Mon Sep 17 00:00:00 2001 From: Stephen Gildea Date: Thu, 8 May 2025 14:48:22 -0700 Subject: [PATCH] Document 'time-stamp-time-zone' in Emacs Manual * doc/emacs/files.texi (Time Stamp Customization): Document time-stamp-time-zone. (cherry picked from commit a7dffc2ea38583db39eaec5f21fd0d8fa5571ab4) --- doc/emacs/files.texi | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/emacs/files.texi b/doc/emacs/files.texi index 04eb6956e0f..1db26879247 100644 --- a/doc/emacs/files.texi +++ b/doc/emacs/files.texi @@ -1108,13 +1108,15 @@ End: --> @end example -@vindex time-stamp-format By default the time stamp is formatted according to your locale setting (@pxref{Environment}) and time zone (@pxref{Time of Day,,, elisp, The Emacs Lisp Reference Manual}). +@vindex time-stamp-time-zone +Set @code{time-stamp-time-zone} to override the time zone used. +@vindex time-stamp-format See the built-in documentation for the variable @code{time-stamp-format} -for specifics and other variables that affect the formatting. +for specifics on formatting and other variables that affect it. @node Time Stamps for One File @subsubsection Forcing Time Stamps for One File -- 2.39.5