Issue Type: Bug Bug
Assignee: Alex Earl
Components: email-ext
Created: 08/Apr/14 11:16 AM
Description:

We use custom jelly email template, and it used to work fine. but at some point (maybe jenkins version upgrade or plugin upgrade), the date is showing as below in the email (seems like wrong unix time conversion)

CHANGES
by XXX1970-01-17T04:01:10+0000 +0300)

this is an example of an old email we have from the time it worked well:

by XXX2014-03-24 16:54:00 +0200)

this is the section in the jelly template we use:

<j:forEach var="cs" items="${changeSet}" varStatus="loop">
<j:set var="hadChanges" value="true" />
<j:set var="aUser" value="${cs.hudsonUser}"/>
<TR>
<TD colspan="2" class="bg2">${spc}by
<B>${aUser!=null?aUser.displayName:cs.author.displayName}: </B>
<B>(${cs.date})</B>
<B>${cs.msgAnnotated}</B>
</TD>

How can we fix this?...
Please help

Project: Jenkins
Priority: Major Major
Reporter: Nir Reuveny
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to