我想使用jstl显示时区偏移。
使用z格式我获得GMT或GST,但我想在日期时间附加偏移量(+0100)或(+0530)。
示例代码 -
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %>
<fmt:formatDate value="${row.time}" pattern="yyyy-MM-dd HH:mm:ss z"/>
此致
答案 0 :(得分:2)