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. --- src/lib/screen.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/screen.h') diff --git a/src/lib/screen.h b/src/lib/screen.h index 326bc9403..d870f7ab3 100644 --- a/src/lib/screen.h +++ b/src/lib/screen.h @@ -88,8 +88,8 @@ kdm_for_screen ( CinemaID cinema_id, Cinema const& cinema, dcpomatic::Screen const& screen, - dcp::LocalTime valid_from, - dcp::LocalTime valid_to, + boost::posix_time::ptime valid_from, + boost::posix_time::ptime valid_to, dcp::Formulation formulation, bool disable_forensic_marking_picture, boost::optional disable_forensic_marking_audio, -- cgit v1.2.3