@ -18705,7 +18705,7 @@ else
char buf[100];
time_t t = 0;
strftime (buf, sizeof(buf), "%z", gmtime(&t));
return strcmp(buf, "%z") == 0? 1: 0;
return (strcmp(buf, "%z") == 0 || strcmp(buf, "z") == 0)? 1: 0;
}
_ACEOF
if ac_fn_c_try_run "$LINENO"; then :
The note is not visible to the blocked user.