Take notice of cinema time zones when making KDMs (#788).
[dcpomatic.git] / src / wx / kdm_dialog.h
index 3ec21b41dd5b824dcbdf0ed5a849609b6fffff93..0f7840045c6ac93c7eff6e2e9836e016cb1dd5b4 100644 (file)
@@ -39,9 +39,9 @@ public:
        KDMDialog (wxWindow *, boost::shared_ptr<const Film>);
 
        std::list<boost::shared_ptr<Screen> > screens () const;
-       /** @return KDM from time in local time */
+       /** @return KDM from time in local time; note that ptime has no time zone information */
        boost::posix_time::ptime from () const;
-       /** @return KDM until time in local time */
+       /** @return KDM until time in local time; note that ptime has no time zone information */
        boost::posix_time::ptime until () const;
 
        boost::filesystem::path cpl () const;