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
/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
>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
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