Re: timezone for junitreport, and antlib

2007-08-27 Thread J. David Beutel
code. This link shows the XSLT functions you need, and some examples: http://www.xsltfunctions.com/xsl/fn_adjust-datetime-to-timezone.html Regards, Jan - Original Message - From: <[EMAIL PROTECTED]> To: Sent: Friday, August 24, 2007 9:03 AM Subject: AW: timezone for junitrepo

Re: timezone for junitreport, and antlib

2007-08-24 Thread jcumps
/fn_adjust-datetime-to-timezone.html Regards, Jan - Original Message - From: <[EMAIL PROTECTED]> To: Sent: Friday, August 24, 2007 9:03 AM Subject: AW: timezone for junitreport, and antlib The timestamps displayed by the 1.7.0 junitreport are in the GMT timezone. It looks like that

AW: timezone for junitreport, and antlib

2007-08-24 Thread Jan.Materne
>The timestamps displayed by the 1.7.0 junitreport are in the GMT >timezone. It looks like that's determined by >DateUtils.createDateFormat() via the junit task's >XMLJUnitResultFormatter.startTestSuite(). public class XMLJUnitResultFormatter ... public void startTestSuite(JUnitTest suite

timezone for junitreport, and antlib

2007-08-23 Thread J. David Beutel
The timestamps displayed by the 1.7.0 junitreport are in the GMT timezone. It looks like that's determined by DateUtils.createDateFormat() via the junit task's XMLJUnitResultFormatter.startTestSuite(). I'd like to display them in my local timezone, or at least in the timezone in which the ju