Skip to content

Commit

Permalink
Make 'startTime' readable
Browse files Browse the repository at this point in the history
  • Loading branch information
zsxwing committed Apr 13, 2015
1 parent f40e0a9 commit 6f3078e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ private[ui] class StreamingPage(parent: StreamingTab)
val timeSinceStart = System.currentTimeMillis() - startTime
<ul class ="unstyled">
<li>
<strong>Started at: </strong> {startTime.toString}
<strong>Started at: </strong> {UIUtils.formatDate(startTime)}
</li>
<li>
<strong>Time since start: </strong>{formatDurationVerbose(timeSinceStart)}
Expand Down

0 comments on commit 6f3078e

Please sign in to comment.