changeset 16079:7d48fc0d8a61

(Fencode_time): Remove NEXTSTEP workaround; we now use our mktime instead.
author Paul Eggert <eggert@twinsun.com>
date Tue, 03 Sep 1996 05:24:22 +0000
parents 4920b9b22c97
children 11dadc34fd9a
files src/editfns.c
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/src/editfns.c	Tue Sep 03 05:23:35 1996 +0000
+++ b/src/editfns.c	Tue Sep 03 05:24:22 1996 +0000
@@ -767,10 +767,6 @@
 	  sprintf (tzbuf, "XXX%s%d:%02d:%02d", "-" + (XINT (zone) < 0),
 		   abszone / (60*60), (abszone/60) % 60, abszone % 60);
 	  tzstring = tzbuf;
-#ifdef _NEXT_SOURCE
-	  /* On NEXTSTEP, timezone environment var is ignored.  */
-	  tm.tm_gmtoff = XINT (zone);
-#endif
 	}
       else
 	error ("Invalid time zone specification");