From 02369bb5b4f027d1f2545b7db6456d36a2c7d47a Mon Sep 17 00:00:00 2001 From: SanJacobs Date: Fri, 15 Apr 2022 17:20:37 +0200 Subject: timeprint() can now handle timeblocks --- src/time.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/time.h') diff --git a/src/time.h b/src/time.h index 6d90d5c..02505a5 100755 --- a/src/time.h +++ b/src/time.h @@ -29,3 +29,5 @@ int days_in(int month, int year); std::string timeprint(moment input_moment); +std::string timeprint(timeblock input_timeblock); + -- cgit v1.2.1