X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fstrftime.m4;h=47cf56c6bbefd6edc7063a707e13cd67db9dc62f;hb=0aaee99cbb17d6508bef411304056c88ef6b3a89;hp=8b40a69b6239671f48d1a28c8ead68ed6fe97c43;hpb=409d8f2d902cc6e12e40b08200f5dac27d0e98cb;p=gnulib.git diff --git a/m4/strftime.m4 b/m4/strftime.m4 index 8b40a69b6..47cf56c6b 100644 --- a/m4/strftime.m4 +++ b/m4/strftime.m4 @@ -1,4 +1,4 @@ -#serial 2 +#serial 3 dnl From Jim Meyering. dnl If you use this macro in a package, you should @@ -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))