]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fencode_time) [_NEXT_SOURCE]: Use ZONE, not ABSZONE.
authorRichard M. Stallman <rms@gnu.org>
Mon, 2 Sep 1996 17:28:10 +0000 (17:28 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 2 Sep 1996 17:28:10 +0000 (17:28 +0000)
src/editfns.c

index 6870ae11b4aa8a0fbaa1df24d50b86be44bced3e..9aff3ed99dad46a4623cfd1888dbc203520e3f41 100644 (file)
@@ -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