summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-01-22 22:45:47 +0000
committerJim Meyering <jim@meyering.net>1997-01-22 22:45:47 +0000
commit211fe36692ba157811a66c041e6ed8bfe7b002db (patch)
tree0d5e6f47b09a455438d0541e4d723d4b2bb8fa42 /m4
parent8dd8bb78b19011fabe652d9ea335840932898e9a (diff)
downloadcoreutils-211fe36692ba157811a66c041e6ed8bfe7b002db.tar.xz
(main): Use TZ=GMT0, not TZ=GMT, since only GMT0 is specified by Posix.1.
Diffstat (limited to 'm4')
-rw-r--r--m4/strftime.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/strftime.m4 b/m4/strftime.m4
index 8b40a69b6..904f2d7c2 100644
--- a/m4/strftime.m4
+++ b/m4/strftime.m4
@@ -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))