Re: CruiseControl Date of build in GMT
"Hahn, Christopher (SAN DIEGO)" <[email protected]>
| Newsgroups | gmane.comp.java.cruise-control.user |
|---|---|
| Message-ID | <92606B0A2E9C0D418FECE7F5B393756C5B7712583E@GVW0432EXB.americas.hpqcorp.net> |
Windows Server. From: Julian Simpson [mailto:[email protected]] Sent: Wednesday, May 04, 2011 12:52 PM To: [email protected] Subject: Re: [Cruisecontrol-user] CruiseControl Date of build in GMT On 4 May 2011 18:50, Bryan Salter <[email protected]<mailto:[email protected]>> wrote: huh? I just want the Date of build field to be in EST instead of in GMT. What Operating System do you run CruiseControl on? J. Thanks Bryan Salter Configuration Engineer/Senior Programmer Analyst L.L. Bean Cell (207)317-6453 Office (207)552-2916 ________________________________ From: Hahn, Christopher (SAN DIEGO) [mailto:[email protected]<mailto:[email protected]>] Sent: Wednesday, May 04, 2011 2:37 PM To: [email protected]<mailto:[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]<mailto:[email protected]>] Sent: Wednesday, May 04, 2011 10:41 AM To: [email protected]<mailto:[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]<mailto:[email protected]> https://lists.sourceforge.net/lists/listinfo/cruisecontrol-user -- Julian Simpson The Build Doctor Ltd. http://www.build-doctor.com [email protected]<mailto:[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