From: Stefan Kangas Date: Sat, 22 Jun 2024 14:50:12 +0000 (+0200) Subject: Use UTC when generating man page timestamps X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1943d2df7445ddc73144f1901ddaced89af8289f;p=emacs.git Use UTC when generating man page timestamps * doc/man/ebrowse.1: * doc/man/emacs.1.in: * doc/man/emacsclient.1: * doc/man/etags.1: Add 'time-stamp-time-zone' to local variables to prefer UTC when generating timestamp. (cherry picked from commit 7b0e6cb3ffa01eeffde347a1dee93bfc8d60850e) --- diff --git a/doc/man/emacs.1.in b/doc/man/emacs.1.in index d7a44fb8475..d26bf944a34 100644 --- a/doc/man/emacs.1.in +++ b/doc/man/emacs.1.in @@ -683,4 +683,5 @@ in a translation approved by the Free Software Foundation. .\" Local Variables: .\" time-stamp-pattern: "3/.TH EMACS 1 \"%Y-%02m-%02d\" \"GNU Emacs @version@\" \"GNU\"$" +.\" time-stamp-time-zone: "UTC0" .\" End: diff --git a/doc/man/emacsclient.1 b/doc/man/emacsclient.1 index 8ceca65d7b1..55c58a67323 100644 --- a/doc/man/emacsclient.1 +++ b/doc/man/emacsclient.1 @@ -194,4 +194,5 @@ This manual page is in the public domain. .\" Local Variables: .\" time-stamp-pattern: "3/.TH EMACSCLIENT 1 \"%Y-%02m-%02d\" \"GNU Emacs\" \"GNU\"$" +.\" time-stamp-time-zone: "UTC0" .\" End: diff --git a/doc/man/etags.1 b/doc/man/etags.1 index ba1cd768fc4..55e38e08f2b 100644 --- a/doc/man/etags.1 +++ b/doc/man/etags.1 @@ -308,4 +308,5 @@ in a translation approved by the Free Software Foundation. .\" Local Variables: .\" time-stamp-pattern: "3/.TH ETAGS 1 \"%Y-%02m-%02d\" \"GNU Tools\" \"GNU\"$" +.\" time-stamp-time-zone: "UTC0" .\" End: