timeFormat.setTimeZone(timeZone);
RedirectResolution loginHistoryResolution = new RedirectResolution(LoginHistoryActionBean.class);
String loginHistoryUrl =
StringEscapeUtils.escapeHtml(
loginHistoryResolution.getUrl(getContext().getLocale()));
getContext().getMessages().add(new ScopedLocalizableMessage(LoginActionBean.class,
"loginSucceededWithLastLogin",
dateFormat.format(historicLogin.getDate()),
timeFormat.format(historicLogin.getDate()),
historicLogin.getIp(),
loginHistoryUrl));