From: Jim Meyering Date: Wed, 22 Jan 1997 22:45:47 +0000 (+0000) Subject: (main): Use TZ=GMT0, not TZ=GMT, since only GMT0 is specified by Posix.1. X-Git-Tag: TEXTUTILS-1_21a~13 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=5ae75e4efa59e7c23315103ec85aecb896e79625;p=gnulib.git (main): Use TZ=GMT0, not TZ=GMT, since only GMT0 is specified by Posix.1. --- 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))