projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd7e818
)
Add ability to specify the time zone in which a ctime() string is to
author
Chris Hanson
<org/chris-hanson/cph>
Mon, 15 May 2000 18:15:36 +0000
(18:15 +0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Mon, 15 May 2000 18:15:36 +0000
(18:15 +0000)
be interpreted.
v7/src/runtime/datime.scm
patch
|
blob
|
history
diff --git
a/v7/src/runtime/datime.scm
b/v7/src/runtime/datime.scm
index bd25dbbd4b83e4ad5e05faa23af9c64b0b8c8539..cc3a083d6e4a5076503cc86d3c02847aa6dba47c 100644
(file)
--- a/
v7/src/runtime/datime.scm
+++ b/
v7/src/runtime/datime.scm
@@
-1,6
+1,6
@@
#| -*-Scheme-*-
-$Id: datime.scm,v 14.2
7 2000/05/15 18:14:45
cph Exp $
+$Id: datime.scm,v 14.2
8 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)))