You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kk...@apache.org on 2021/08/30 10:55:25 UTC

[tomcat] branch main updated: Add a note about allowed values for ant.tstamp.now property. Thanks to https://bz.apache.org/bugzilla/show_bug.cgi?id=65527

This is an automated email from the ASF dual-hosted git repository.

kkolinko pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/main by this push:
     new 378a1e5  Add a note about allowed values for ant.tstamp.now property. Thanks to https://bz.apache.org/bugzilla/show_bug.cgi?id=65527
378a1e5 is described below

commit 378a1e5f6fb5482e49b61d494da897bca8abe3dc
Author: Konstantin Kolinko <kk...@apache.org>
AuthorDate: Mon Aug 30 13:54:27 2021 +0300

    Add a note about allowed values for ant.tstamp.now property.
    Thanks to https://bz.apache.org/bugzilla/show_bug.cgi?id=65527
---
 build.properties.default | 1 +
 1 file changed, 1 insertion(+)

diff --git a/build.properties.default b/build.properties.default
index f745036..4032660 100644
--- a/build.properties.default
+++ b/build.properties.default
@@ -31,6 +31,7 @@ version.suffix=-M5-dev
 
 # ----- Reproducible builds -----
 # Uncomment and set to current time for reproducible builds
+# Note: The value is in seconds (unlike milliseconds used by System.currentTimeMillis()).
 #2021-08-03T18:00:00Z
 #ant.tstamp.now=1628013600
 

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org