RCS file: /scheme/src/runtime/RCS/unxprm.scm,v
Working file: unxprm.scm
head: 1.23
branch:
locks: strict
access list:
symbolic names:
RELEASE_7_1_0: 1.9
RELEASE_7_0_0: 1.4
comment leader: ";;; "
keyword substitution: kv
total revisions: 23; selected revisions: 23
description:
----------------------------
revision 1.23
date: 1993/01/12 19:01:28; author: gjr; state: Exp; lines: +2 -5
Remove current-file-time, replaced by get-time.
#| -*-Scheme-*-
-$Id: floppy.scm,v 1.11 1992/09/30 18:51:38 cph Exp $
+$Id: floppy.scm,v 1.12 1993/01/24 03:47:34 gjs Exp $
Copyright (c) 1992 Massachusetts Institute of Technology
(define (time-zone-offset)
(let ((decoded-time (get-decoded-time))
- (file-time (unix/current-file-time)))
+ (file-time (unix/get-time)))
(- (* (quotient file-time 60) 60)
(make-dos-time (decoded-time/year decoded-time)
(decoded-time/month decoded-time)