--- a/src/main/webapp/WEB-INF/jsp/error.jsp Sat Nov 09 10:54:57 2024 +0100 +++ b/src/main/webapp/WEB-INF/jsp/error.jsp Sat Nov 09 11:47:20 2024 +0100 @@ -47,7 +47,7 @@ </tr> <tr> <th><fmt:message key="error.timestamp"/>:</th> - <td><fmt:formatDate type="both" value="<%= new java.util.Date()%>"/></td> + <td><fmt:formatDate type="both" value="<%= new java.util.Date()%>" timeZone="${sessionScope[Constants.SESSION_ATTR_TIMEZONE]}"/></td> </tr> <%--@elvariable id="exception" type="java.lang.Exception"--%> <c:if test="${not empty exception}">