From: Chris Hanson Date: Mon, 7 Oct 1996 18:12:20 +0000 (+0000) Subject: Export new variable EPOCH. X-Git-Tag: 20090517-FFI~5365 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=10fe2787a6daa422efd143a71f3f5489166a6bdc;p=mit-scheme.git Export new variable EPOCH. --- diff --git a/v7/src/runtime/runtime.pkg b/v7/src/runtime/runtime.pkg index 632fca3b2..9a93f43e9 100644 --- a/v7/src/runtime/runtime.pkg +++ b/v7/src/runtime/runtime.pkg @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: runtime.pkg,v 14.271 1996/05/18 06:16:11 cph Exp $ +$Id: runtime.pkg,v 14.272 1996/10/07 18:11:51 cph Exp $ Copyright (c) 1988-96 Massachusetts Institute of Technology @@ -391,6 +391,7 @@ MIT in each case. |# decoded-time/year decoded-time/zone encode-universal-time + epoch file-time->string get-decoded-time get-universal-time diff --git a/v8/src/runtime/runtime.pkg b/v8/src/runtime/runtime.pkg index ee78a423e..fa97848d8 100644 --- a/v8/src/runtime/runtime.pkg +++ b/v8/src/runtime/runtime.pkg @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: runtime.pkg,v 14.278 1996/07/30 16:26:39 adams Exp $ +$Id: runtime.pkg,v 14.279 1996/10/07 18:12:20 cph Exp $ Copyright (c) 1988-96 Massachusetts Institute of Technology @@ -389,6 +389,7 @@ MIT in each case. |# decoded-time/year decoded-time/zone encode-universal-time + epoch file-time->string get-decoded-time get-universal-time