diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-06-21 13:25:20 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-07-04 23:02:26 +0200 |
| commit | de8cd4118d57591804ccd63f979aa9e495df9c93 (patch) | |
| tree | 82bd16a3a8cb44d34a21cd51581a1933a819018c /test/kdm_cli_test.cc | |
| parent | 1650465106b7c20a7cc9ae5eec1cf9bf406c1dcf (diff) | |
Go back to the old way of handling KDM timing.
Once again the KDM gets its timezone from the cinema.
Diffstat (limited to 'test/kdm_cli_test.cc')
| -rw-r--r-- | test/kdm_cli_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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<string> 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", |
