src/main/webapp/WEB-INF/jsp/versions.jsp

changeset 335
1eed60b779da
parent 327
a7ce68f531c0
--- a/src/main/webapp/WEB-INF/jsp/versions.jsp	Sat Nov 09 10:54:57 2024 +0100
+++ b/src/main/webapp/WEB-INF/jsp/versions.jsp	Sat Nov 09 11:47:20 2024 +0100
@@ -87,7 +87,7 @@
                 </a>
                 <div class="version-tag version-${versionInfo.version.status}"
                         <c:if test="${not empty versionInfo.version.releaseOrEolDate}">
-                            title="<fmt:formatDate type="date" value="${versionInfo.version.releaseOrEolDate}"/>"
+                            title="<fmt:formatDate type="date" value="${versionInfo.version.releaseOrEolDate}" timeZone="${timezone}"/>"
                         </c:if>
                 >
                     <fmt:message key="version.status.${versionInfo.version.status}"/>

mercurial