From de8cd4118d57591804ccd63f979aa9e495df9c93 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 21 Jun 2025 13:25:20 +0200 Subject: Go back to the old way of handling KDM timing. Once again the KDM gets its timezone from the cinema. --- test/kdm_cli_test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/kdm_cli_test.cc') diff --git a/test/kdm_cli_test.cc b/test/kdm_cli_test.cc index a788a9642..4292da17e 100644 --- a/test/kdm_cli_test.cc +++ b/test/kdm_cli_test.cc @@ -317,7 +317,7 @@ BOOST_AUTO_TEST_CASE(kdm_cli_time) vector args = { "kdm_cli", "--verbose", - "--valid-from", now.as_string(), + "--valid-from", "2025-01-28 01:41:51", "--valid-duration", "2 weeks", "-c", "Dean's Screens", "-S", "Screen 2", -- cgit v1.2.3