diff --git a/collects/compiler/cm.ss b/collects/compiler/cm.ss index fda77af2bb..e489f2109e 100644 --- a/collects/compiler/cm.ss +++ b/collects/compiler/cm.ss @@ -107,10 +107,8 @@ [(< zo-sec ss-sec) (error 'compile-zo "date for newly created .zo file (~a @ ~a) ~ is before source-file date (~a @ ~a)~a" - zo-name - (format-time (seconds->date zo-sec)) - ss-name - (format-time (seconds->date ss-sec)) + zo-name (format-time zo-sec) + ss-name (format-time ss-sec) (if (> ss-sec (current-seconds)) ", which appears to be in the future" ""))]))