mirror of https://github.com/sbt/sbt.git
Include seconds in timestamp printed after running command
This commit is contained in:
parent
6c45fe1b2f
commit
77a40bf59a
|
|
@ -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. */
|
||||
|
|
|
|||
Loading…
Reference in New Issue