changeset 861:222744292e37

(main): Use TZ=GMT0, not TZ=GMT, since only GMT0 is specified by Posix.1.
author Jim Meyering <jim@meyering.net>
date Wed, 22 Jan 1997 22:45:47 +0000
parents 68da68da125e
children 2d0d33f8b1db
files m4/strftime.m4
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/m4/strftime.m4
+++ b/m4/strftime.m4
@@ -56,7 +56,7 @@
 
   /* This is necessary to make strftime give consistent zone strings and
      e.g., seconds since the epoch (%s).  */
-  putenv ("TZ=GMT");
+  putenv ("TZ=GMT0");
 
 #undef CMP
 #define CMP(Fmt, Expected) n_fail += compare ((Fmt), tm, (Expected))