aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/docs/user-manual.html
diff options
context:
space:
mode:
authorGravatar lberki <lberki@google.com>2018-04-25 07:56:27 -0700
committerGravatar Copybara-Service <copybara-piper@google.com>2018-04-25 07:57:54 -0700
commit911c7c56aefe087e0343952d4445bcf70df423ab (patch)
tree9072183df705c278d0a5235bd37fcb7fe1bf00e7 /site/docs/user-manual.html
parent5b7909853029b0ffaeea7336b0abdf1557d71802 (diff)
RELNOTES: None. PiperOrigin-RevId: 194240434
Diffstat (limited to 'site/docs/user-manual.html')
-rw-r--r--site/docs/user-manual.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/site/docs/user-manual.html b/site/docs/user-manual.html
index b3fce7d2c5..27ee793934 100644
--- a/site/docs/user-manual.html
+++ b/site/docs/user-manual.html
@@ -2487,8 +2487,8 @@ into binaries ("stamping")</h3>
<p>Bazel always outputs the following volatile keys:</p>
<ul>
<li>
- <code>BUILD_TIMESTAMP</code>: time of the build in milliseconds since the Unix Epoch (the
- value of <code>System.currentTimeMillis()</code>)
+ <code>BUILD_TIMESTAMP</code>: time of the build in seconds since the Unix Epoch (the value
+ of <code>System.currentTimeMillis()</code> divided by a thousand)
</li>
</ul>
</li>