Add ability to specify the time zone in which a ctime() string is to
authorChris Hanson <org/chris-hanson/cph>
Mon, 15 May 2000 18:15:36 +0000 (18:15 +0000)
committerChris Hanson <org/chris-hanson/cph>
Mon, 15 May 2000 18:15:36 +0000 (18:15 +0000)
be interpreted.

v7/src/runtime/datime.scm

index bd25dbbd4b83e4ad5e05faa23af9c64b0b8c8539..cc3a083d6e4a5076503cc86d3c02847aa6dba47c 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: datime.scm,v 14.27 2000/05/15 18:14:45 cph Exp $
+$Id: datime.scm,v 14.28 2000/05/15 18:15:36 cph Exp $
 
 Copyright (c) 1988-2000 Massachusetts Institute of Technology
 
@@ -349,7 +349,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
                             (if (< n 100)
                                 (+ 1900 n)
                                 n))
-                          time-zone)))))
+                          zone)))))
 
 (define (universal-time->local-ctime-string time)
   (decoded-time->ctime-string (universal-time->local-decoded-time time)))