summaryrefslogtreecommitdiff
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
commit5ae75e4efa59e7c23315103ec85aecb896e79625 (patch)
treecef98968b9cd5d7fe5e8a56a43647436e234c58b
parentcd9581e9c4415603567b8bb13b50666c2febdd7c (diff)
downloadgnulib-5ae75e4efa59e7c23315103ec85aecb896e79625.tar.gz
(main): Use TZ=GMT0, not TZ=GMT, since only GMT0 is specified by Posix.1.
-rw-r--r--m4/strftime.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/strftime.m4 b/m4/strftime.m4
index 8b40a69b62..904f2d7c20 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))