X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Ftools%2Fdcpomatic_kdm.cc;h=3f156f4b9ece9fbdbe131cfdc69ed2c131472966;hp=6c3103da2219d5f6b9831aeb4fdceddad6be8a67;hb=c74d789ed75e87bccd094f45f082674f8f8d2f2f;hpb=304e32c0c9573b36171a2f6eddee6f7400874ed2 diff --git a/src/tools/dcpomatic_kdm.cc b/src/tools/dcpomatic_kdm.cc index 6c3103da2..3f156f4b9 100644 --- a/src/tools/dcpomatic_kdm.cc +++ b/src/tools/dcpomatic_kdm.cc @@ -271,8 +271,8 @@ private: /* Make an empty KDM */ dcp::DecryptedKDM kdm ( - dcp::LocalTime (_timing->from(), i->cinema->utc_offset(), 0), - dcp::LocalTime (_timing->until(), i->cinema->utc_offset(), 0), + dcp::LocalTime (_timing->from(), i->cinema->utc_offset_hour(), i->cinema->utc_offset_minute()), + dcp::LocalTime (_timing->until(), i->cinema->utc_offset_hour(), i->cinema->utc_offset_minute()), decrypted.annotation_text(), decrypted.content_title_text(), dcp::LocalTime().as_string()