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

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


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

commit 5ae1f89f755d87464c5f3a6cbd14ee06a962f284
Author: Konstantin Kolinko <kkoli...@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 4f6b3b5..457a24d 100644
--- a/build.properties.default
+++ b/build.properties.default
@@ -31,6 +31,7 @@ version.suffix=-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-06-08T12:00:00Z
 #ant.tstamp.now=1623153600
 

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

Reply via email to