Skip to content

Commit

Permalink
Merge pull request #1964 from daniel-beck/JENKINS-32194
Browse files Browse the repository at this point in the history
[FIX JENKINS-32194] Add time zone to generation date in footer
  • Loading branch information
daniel-beck committed Jan 8, 2016
2 parents d931a5d + 92926ef commit 068c09f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/resources/lib/layout/layout.jelly
Expand Up @@ -254,7 +254,7 @@ ${h.initPageVariables(context)}
<div class="row">
<div class="col-md-6" id="footer"></div>
<div class="col-md-18">
<span class="page_generated">${%Page generated}: <i:formatDate value="${h.getCurrentTime()}" type="both" dateStyle="medium" timeStyle="medium"/></span>
<span class="page_generated">${%Page generated}: <i:formatDate value="${h.getCurrentTime()}" type="both" dateStyle="medium" timeStyle="long"/></span>
<j:if test="${!empty(it.api)}">
<span class="rest_api"><a href="api/">REST API</a></span>
</j:if>
Expand Down

0 comments on commit 068c09f

Please sign in to comment.