This is an automated email from the ASF dual-hosted git repository.
bodewig pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ant.git
The following commit(s) were added to refs/heads/master by this push:
new 4198028c3 documented format for TSTAMP is also wrong
4198028c3 is described below
commit 4198028c333ea163ac67e58a0e63f31d0475a214
Author: Stefan Bodewig <[email protected]>
AuthorDate: Sun Apr 5 19:38:15 2026 +0200
documented format for TSTAMP is also wrong
---
manual/Tasks/tstamp.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/manual/Tasks/tstamp.html b/manual/Tasks/tstamp.html
index 1931ef4ae..c4183da25 100644
--- a/manual/Tasks/tstamp.html
+++ b/manual/Tasks/tstamp.html
@@ -29,7 +29,7 @@ <h2 id="tstamp">Tstamp</h2>
<h3>Description</h3>
<p>Sets the <code>DSTAMP</code>, <code>TSTAMP</code>, and <code>TODAY</code>
properties in the
current project. By default, the <code>DSTAMP</code> property is in the
-format <q>yyyyMMdd</q>, <code>TSTAMP</code> is in the format <q>hhmm</q>, and
<code>TODAY</code> is
+format <q>yyyyMMdd</q>, <code>TSTAMP</code> is in the format <q>HHmm</q>, and
<code>TODAY</code> is
in the format <q>MMMM d yyyy</q>. Use the nested <code><format></code>
element to specify a
different format.</p>