[Dart] start time in Project.xml vs. dashboard page

Blezek, Daniel J (GE, Research) blezek at crd.ge.com
Wed Oct 4 04:59:36 EDT 2006


Hi David,
 
  The <Start> tag is parsed using Java's
DateFormat.getDateTimeInstance().  You can add an explicit timezone,
which I think is the place where you are having problems.  Can you try
adding an explicit timezone to the <Start> tag?  I think your date/time
is being parsed as Jan 1, 1971 9:00PM, which is EST, rather than EDT.
 
Can you try: <Start>9:00 PM EDT</Start>
 
-dan


  _____  

	From: dart-bounces+blezek=crd.ge.com at public.kitware.com
[mailto:dart-bounces+blezek=crd.ge.com at public.kitware.com] On Behalf Of
David Blado
	Sent: Tuesday, October 03, 2006 11:53 PM
	To: dart at public.kitware.com
	Subject: [Dart] start time in Project.xml vs. dashboard page
	
	

	Hi all,

	 

	I'm noticing a couple of things related to timing.

	 

	The first is that my Project.xml has tracks defined w/
<Start>9:00 PM</Start> and <Duration>24</Duration>.  When I view the
dashboard for this project, I see: 10/2/06 10:00 PM to 10/3/06 10:00 PM.
My track name is 'langlib-Nightly'

	 

	This is odd to me because I am expecting it to say 9:00 PM to
9:00 PM???

	 

	The second is that if I run a build twice, I don't see the
second one showing up?? I had a dashboard setup for testing purposes
that would add a new row and fresh timestamp with each re-build (w/ or
w/out a make clean).

	 

	The builds on what I hope to be the production ready Dart system
won't show me repeat builds and is displaying my $NIGHTLY_START_TIME
(1:25 PM) as the timestamp even when I run the build at 6:00PM.

	 

	Any hints would be appreciated.

	 

	Thanks,

	David

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://public.kitware.com/pipermail/dart/attachments/20061004/ad5a6f42/attachment-0001.htm


More information about the Dart mailing list