From bdae32bb84672026c1a373e809804109e95accf4 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 2 Mar 2016 23:10:55 +0000 Subject: Take notice of cinema time zones when making KDMs (#788). --- src/wx/kdm_dialog.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/wx/kdm_dialog.h') diff --git a/src/wx/kdm_dialog.h b/src/wx/kdm_dialog.h index 3ec21b41d..0f7840045 100644 --- a/src/wx/kdm_dialog.h +++ b/src/wx/kdm_dialog.h @@ -39,9 +39,9 @@ public: KDMDialog (wxWindow *, boost::shared_ptr); std::list > 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; -- cgit v1.2.3