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

changeset 335
1eed60b779da
parent 334
2696337baa3d
--- a/src/main/webapp/WEB-INF/jsp/issue-view.jsp	Sat Nov 09 10:54:57 2024 +0100
+++ b/src/main/webapp/WEB-INF/jsp/issue-view.jsp	Sat Nov 09 11:47:20 2024 +0100
@@ -143,7 +143,7 @@
     </tr>
     <tr>
         <th><fmt:message key="issue.eta"/></th>
-        <td><fmt:formatDate value="${issue.eta}" /></td>
+        <td><fmt:formatDate value="${issue.eta}" timeZone="${timezone}"/></td>
     </tr>
     </tbody>
 </table>
@@ -298,10 +298,10 @@
                 </c:if>
             </div>
             <div class="smalltext">
-                <fmt:formatDate type="BOTH" value="${comment.created}" />
+                <fmt:formatDate type="BOTH" value="${comment.created}" timeZone="${timezone}" />
                 <c:if test="${comment.updateCount gt 0}">
                 <span class="comment-edit-info">
-                    (<fmt:message key="issue.comments.lastupdate"/> <fmt:formatDate type="BOTH" value="${comment.updated}" />, ${comment.updateCount} <fmt:message key="issue.comments.updateCount"/>)
+                    (<fmt:message key="issue.comments.lastupdate"/> <fmt:formatDate type="BOTH" value="${comment.updated}" timeZone="${timezone}" />, ${comment.updateCount} <fmt:message key="issue.comments.updateCount"/>)
                 </span>
                 </c:if>
             </div>

mercurial