diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-12-01 22:30:58 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-03-08 17:17:15 +0100 |
| commit | f4f5f6486105cc87f3b4f98bdf3bd5be74aa26a0 (patch) | |
| tree | 40e722e1d26bc18ab8df0d0594e1193929050fbf /src/lib/dkdm_recipient.h | |
| parent | 64b8ca8c4f9064e5142633aa2676b20f0ea0f10d (diff) | |
Move UTC offset for KDMs from the cinema to the point of KDM creation (#2300).v2.17.6
Diffstat (limited to 'src/lib/dkdm_recipient.h')
| -rw-r--r-- | src/lib/dkdm_recipient.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/dkdm_recipient.h b/src/lib/dkdm_recipient.h index 6e9e4dfb1..f8db7d166 100644 --- a/src/lib/dkdm_recipient.h +++ b/src/lib/dkdm_recipient.h @@ -60,7 +60,7 @@ kdm_for_dkdm_recipient ( std::shared_ptr<const Film> film, boost::filesystem::path cpl, std::shared_ptr<DKDMRecipient> recipient, - boost::posix_time::ptime valid_from, - boost::posix_time::ptime valid_to + dcp::LocalTime valid_from, + dcp::LocalTime valid_to ); |
