diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-12-01 22:30:58 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-11-29 21:19:55 +0100 |
| commit | 6d29a04a8a67eae325941862f8c775a41e3132c1 (patch) | |
| tree | 67b34f177b1d4070f2c7f09f31d79220a78e1b2c /src/lib/dkdm_recipient.h | |
| parent | df69164b987301b348477ccf1c10018fb227b6eb (diff) | |
Move UTC offset for KDMs from the cinema to the point of KDM creation (#2300).
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 7a0fa0185..4015a0b7d 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 ); |
