(main): Use TZ=GMT0, not TZ=GMT, since only GMT0 is specified by Posix.1.
authorJim Meyering <jim@meyering.net>
Wed, 22 Jan 1997 22:45:47 +0000 (22:45 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 22 Jan 1997 22:45:47 +0000 (22:45 +0000)
m4/strftime.m4

index 8b40a69..904f2d7 100644 (file)
@@ -56,7 +56,7 @@ main ()
 
   /* 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))