Include seconds in timestamp printed after running command

This commit is contained in:
Mark Harrah 2009-11-11 21:02:26 -05:00
parent 6c45fe1b2f
commit 77a40bf59a
1 changed files with 1 additions and 1 deletions

View File

@ -403,7 +403,7 @@ class xMain extends xsbti.AppMain
private def nowString =
{
import java.text.DateFormat
val format = DateFormat.getDateTimeInstance(DateFormat.MEDIUM, DateFormat.SHORT)
val format = DateFormat.getDateTimeInstance(DateFormat.MEDIUM, DateFormat.MEDIUM)
format.format(new java.util.Date)
}
/** Provides a partial message describing why the given property is undefined. */