diff options
Diffstat (limited to 'src/commands/today/tomorrow.rs')
| -rw-r--r-- | src/commands/today/tomorrow.rs | 2 |
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 { |
