summaryrefslogtreecommitdiff
path: root/src/local_time.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-05-15 12:58:05 +0100
committerCarl Hetherington <cth@carlh.net>2017-05-15 12:58:05 +0100
commitbe3aa4a24251f2b92724a90da95df0b98d16e69f (patch)
tree77b50a7cb0b536514305b6c7e4d09d0033f9a612 /src/local_time.h
parentc62f2251c71e1eabf94f3b1ee291b91543228819 (diff)
Add ::time_of_day without seconds.
Diffstat (limited to 'src/local_time.h')
-rw-r--r--src/local_time.h2
1 files changed, 1 insertions, 1 deletions
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;