From 6bd50fad0d8f55b46d18b9b8051926ada5da0f55 Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Mon, 15 Mar 2010 14:25:32 -0400 Subject: [PATCH] Change to UTC for dashboard time. --- CTestConfig.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CTestConfig.cmake b/CTestConfig.cmake index 0add34b92..39032220e 100644 --- a/CTestConfig.cmake +++ b/CTestConfig.cmake @@ -10,7 +10,7 @@ # See the License for more information. #============================================================================= set(CTEST_PROJECT_NAME "CMake") -set(CTEST_NIGHTLY_START_TIME "21:00:00 EDT") +set(CTEST_NIGHTLY_START_TIME "1:00:00 UTC") set(CTEST_DROP_METHOD "http") set(CTEST_DROP_SITE "www.cdash.org")