#| -*-Scheme-*-
-$Id: datime.scm,v 14.20 1999/04/07 21:46:13 cph Exp $
+$Id: datime.scm,v 14.21 1999/04/08 05:00:59 cph Exp $
Copyright (c) 1988-1999 Massachusetts Institute of Technology
n)))
(string->time-zone (list-ref tokens 4)))))))
+(define (string->universal-time string)
+ (decoded-time->universal-time (string->decoded-time string)))
+
+(define (string->file-time string)
+ (decoded-time->file-time (string->decoded-time string)))
+
(define (time-zone->string tz)
(if (not (time-zone? tz))
(error:wrong-type-argument tz "time zone" 'TIME-ZONE->STRING))
#| -*-Scheme-*-
-$Id: runtime.pkg,v 14.323 1999/04/07 04:09:16 cph Exp $
+$Id: runtime.pkg,v 14.324 1999/04/08 05:01:04 cph Exp $
Copyright (c) 1988-1999 Massachusetts Institute of Technology
month/max-days
month/short-string
string->decoded-time
+ string->file-time
+ string->universal-time
time-zone->string
time-zone?
universal-time->global-decoded-time
#| -*-Scheme-*-
-$Id: runtime.pkg,v 14.328 1999/04/07 04:09:04 cph Exp $
+$Id: runtime.pkg,v 14.329 1999/04/08 05:01:33 cph Exp $
Copyright (c) 1988-1999 Massachusetts Institute of Technology
month/max-days
month/short-string
string->decoded-time
+ string->file-time
+ string->universal-time
time-zone->string
time-zone?
universal-time->global-decoded-time