From 941c80a884b77f56ae1e36a2f32468b5a1f8a914 Mon Sep 17 00:00:00 2001 From: Ken Martin Date: Tue, 9 Dec 2003 10:33:48 -0500 Subject: move start time up one hour --- DartConfig.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'DartConfig.cmake') diff --git a/DartConfig.cmake b/DartConfig.cmake index 0d3109faba..b53007eafb 100644 --- a/DartConfig.cmake +++ b/DartConfig.cmake @@ -1,6 +1,6 @@ # Dashboard is opened for submissions for a 24 hour period starting at # the specified NIGHLY_START_TIME. Time is specified in 24 hour format. -SET (NIGHTLY_START_TIME "22:00:00 EDT") +SET (NIGHTLY_START_TIME "21:00:00 EDT") # Dart server to submit results (used by client) IF(DROP_METHOD MATCHES http) -- cgit v1.2.1