src/main/webapp/WEB-INF/jsp/issue-form.jsp

changeset 335
1eed60b779da
parent 311
bf67e0ff7131
--- a/src/main/webapp/WEB-INF/jsp/issue-form.jsp	Sat Nov 09 10:54:57 2024 +0100
+++ b/src/main/webapp/WEB-INF/jsp/issue-form.jsp	Sat Nov 09 11:47:20 2024 +0100
@@ -151,7 +151,7 @@
         </c:if>
         <tr>
             <th><label for="issue-eta"><fmt:message key="issue.eta"/></label></th>
-            <td><input id="issue-eta" name="eta" type="date" value="<fmt:formatDate value="${issue.eta}" pattern="YYYY-MM-dd" />" /> </td>
+            <td><input id="issue-eta" name="eta" type="date" value="<fmt:formatDate value="${issue.eta}" pattern="YYYY-MM-dd" timeZone="${timezone}" />" /> </td>
         </tr>
         <c:if test="${issue.id ge 0}">
         <tr>

mercurial