aboutsummaryrefslogtreecommitdiff
path: root/src/commands/today/tomorrow.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/today/tomorrow.rs')
-rw-r--r--src/commands/today/tomorrow.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/today/tomorrow.rs b/src/commands/today/tomorrow.rs
index eb19250..ad5c37d 100644
--- a/src/commands/today/tomorrow.rs
+++ b/src/commands/today/tomorrow.rs
@@ -1,6 +1,6 @@
use super::prelude::*;
-pub fn tomorrow(_date: chrono::NaiveDate) -> TodayIter {
+pub fn tomorrow(_date: chrono::NaiveDateTime) -> TodayIter {
Box::new(
once(
TodayArgs {