summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--DartConfig.cmake2
1 files changed, 1 insertions, 1 deletions
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)