Re: CruiseControl Date of build in GMT
Joseph Argiro <[email protected]>
| Newsgroups | gmane.comp.java.cruise-control.user |
|---|---|
| Message-ID | <[email protected]> |
I believe the CruiseControl build loop stores the time in GMT And the report jsp is just displaying it I think the xsl needs to be changed to covert it to the current local --joe ------------------------------ *From:* Julian Simpson [mailto:[email protected]] *Sent:* Sunday, May 08, 2011 6:22 PM *To:* [email protected] *Subject:* Re: [Cruisecontrol-user] CruiseControl Date of build in GMT So what happens when you run 'locale' on your CI machine, as the user that runs CruiseControl? J. On 5 May 2011 20:06, Bryan Salter <[email protected]> wrote: Jsp reporting Thanks Bryan Salter Configuration Engineer/Senior Programmer Analyst L.L. Bean Cell (207)317-6453 Office (207)552-2916 -----Original Message----- From: Dan Rollo [mailto:[email protected]] Sent: Thursday, May 05, 2011 2:01 PM To: [email protected] Subject: Re: [Cruisecontrol-user] CruiseControl Date of build in GMT Just to clarify, is the original question about the Dashboard app or the JSP Reporting app? The was a change to the code to use GMT dates to avoid timezone issues, and the GMT dates do trickle up the some parts of the JSP app (not certain about Dashboard). Dan From: Hahn, Christopher (SAN DIEGO) [mailto:[email protected]] Sent: Wednesday, May 04, 2011 2:37 PM To: [email protected] Subject: Re: [Cruisecontrol-user] CruiseControl Date of build in GMT Hello all, We noticed this and sent the proper flag into the POSIX based calls that we are using to compute the duration of our builds: my $now = Mktime( Today_and_Now($useGmt) ); $buildTime = $now - $startTime; (The variable $useGMT is defined as a true value, in the perl sense on systems whose CC instance we know are using GMT ) Look up Mktime for more info. Take care, Christopher From: Bryan Salter [mailto:[email protected]] Sent: Wednesday, May 04, 2011 10:41 AM To: [email protected] Subject: [Cruisecontrol-user] CruiseControl Date of build in GMT How do I change the CruiseControl "Date of build" from GMT to EST? Thanks Bryan Salter ------------------------------------------------------------------------------ WhatsUp Gold - Download Free Network Management Software The most intuitive, comprehensive, and cost-effective network management toolset available today. Delivers lowest initial acquisition cost and overall TCO of any competing solution. http://p.sf.net/sfu/whatsupgold-sd _______________________________________________ Cruisecontrol-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/cruisecontrol-user ------------------------------------------------------------------------------ WhatsUp Gold - Download Free Network Management Software The most intuitive, comprehensive, and cost-effective network management toolset available today. Delivers lowest initial acquisition cost and overall TCO of any competing solution. http://p.sf.net/sfu/whatsupgold-sd _______________________________________________ Cruisecontrol-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/cruisecontrol-user -- Julian Simpson The Build Doctor Ltd. http://www.build-doctor.com [email protected] (+44) 207 183 0323 ------------------------------------------------------------------------------ WhatsUp Gold - Download Free Network Management Software The most intuitive, comprehensive, and cost-effective network management toolset available today. Delivers lowest initial acquisition cost and overall TCO of any competing solution. http://p.sf.net/sfu/whatsupgold-sd _______________________________________________ Cruisecontrol-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/cruisecontrol-user