diff options
author | SanJacobs | 2022-07-12 23:46:53 +0200 |
---|---|---|
committer | SanJacobs | 2022-07-12 23:46:53 +0200 |
commit | a04dd89365fcadf919bd486a75ba3e4f4629a45a (patch) | |
tree | c64ed8d5a1ba9c15382bfc52ff0ddab73eefa68a /src/time.h | |
parent | 62866cac4eb109490ad1d79a3295a3848da8c134 (diff) | |
download | satscalc-a04dd89365fcadf919bd486a75ba3e4f4629a45a.tar.gz satscalc-a04dd89365fcadf919bd486a75ba3e4f4629a45a.tar.bz2 satscalc-a04dd89365fcadf919bd486a75ba3e4f4629a45a.zip |
Made timeinput() vastly less tedious
Diffstat (limited to 'src/time.h')
-rwxr-xr-x | src/time.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -97,7 +97,7 @@ std::string timeprint(const moment input_moment); std::string timeprint(const timeblock input_timeblock); long sortable_time(const timeblock input_timeblock); -moment timeinput(const int or_year, const int or_month, const int or_day); +moment timeinput(moment input_moment); moment timeinput(); // TODO: It would be nice to have a version that can take in a const reference to a moment, prompt for clock-time, and return the first moment at that clock-time forward in time from the input moment |