Use "T" as ISO-8601 date/time separator, since it makes the result
authorChris Hanson <org/chris-hanson/cph>
Tue, 26 Sep 2006 06:58:53 +0000 (06:58 +0000)
committerChris Hanson <org/chris-hanson/cph>
Tue, 26 Sep 2006 06:58:53 +0000 (06:58 +0000)
useful in more contexts.

v7/src/runtime/datime.scm

index 083bb01d753d89480455bae78ffe9c2db1b970db..75e93e7bb6565a5444e00cabbda9508a20c287f7 100644 (file)
@@ -1,10 +1,10 @@
 #| -*-Scheme-*-
 
-$Id: datime.scm,v 14.40 2004/06/23 03:45:50 cph Exp $
+$Id: datime.scm,v 14.41 2006/09/26 06:58:53 cph Exp $
 
 Copyright 1986,1987,1988,1989,1990,1993 Massachusetts Institute of Technology
 Copyright 1995,1996,1997,1999,2000,2003 Massachusetts Institute of Technology
-Copyright 2004 Massachusetts Institute of Technology
+Copyright 2004,2006 Massachusetts Institute of Technology
 
 This file is part of MIT/GNU Scheme.
 
@@ -409,7 +409,7 @@ USA.
                 (d2 (decoded-time/month dt))
                 "-"
                 (d2 (decoded-time/day dt))
-                " "
+                "T"
                 (d2 (decoded-time/hour dt))
                 ":"
                 (d2 (decoded-time/minute dt))