From be3aa4a24251f2b92724a90da95df0b98d16e69f Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 15 May 2017 12:58:05 +0100 Subject: Add ::time_of_day without seconds. --- src/local_time.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/local_time.h') diff --git a/src/local_time.h b/src/local_time.h index 1e4c8228..d213b898 100644 --- a/src/local_time.h +++ b/src/local_time.h @@ -64,7 +64,7 @@ public: std::string as_string (bool with_millisecond = false) const; std::string date () const; - std::string time_of_day (bool with_millisecond = false) const; + std::string time_of_day (bool with_second, bool with_millisecond) const; bool operator== (LocalTime const & other) const; bool operator!= (LocalTime const & other) const; -- cgit v1.2.3