From e5446a46ef6fff6cb342bfde2821f50ad71ad7b6 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 2 Sep 1996 17:28:10 +0000 Subject: [PATCH] (Fencode_time) [_NEXT_SOURCE]: Use ZONE, not ABSZONE. --- src/editfns.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/editfns.c b/src/editfns.c index 6870ae11b4a..9aff3ed99da 100644 --- a/src/editfns.c +++ b/src/editfns.c @@ -769,7 +769,7 @@ If you want them to stand for years in this century, you must do that yourself." tzstring = tzbuf; #ifdef _NEXT_SOURCE /* On NEXTSTEP, timezone environment var is ignored. */ - tm.tm_gmtoff = -abszone; + tm.tm_gmtoff = XINT (zone); #endif } else -- 2.39.2