summaryrefslogtreecommitdiff
path: root/src/library/scala/Application.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/library/scala/Application.scala')
-rw-r--r--src/library/scala/Application.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/library/scala/Application.scala b/src/library/scala/Application.scala
index efc64191ae..21e6b68091 100644
--- a/src/library/scala/Application.scala
+++ b/src/library/scala/Application.scala
@@ -73,8 +73,8 @@ import scala.compat.Platform.currentTime
trait Application {
- /** The time when execution of this program started.
- */
+ /** The time when the execution of this program started, in milliseconds since 1
+ * January 1970 UTC. */
val executionStart: Long = currentTime
/** The default main method.