aboutsummaryrefslogtreecommitdiff
path: root/src/commands/today/halloween.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/today/halloween.rs')
-rw-r--r--src/commands/today/halloween.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/today/halloween.rs b/src/commands/today/halloween.rs
index 847da8e..3fb1c18 100644
--- a/src/commands/today/halloween.rs
+++ b/src/commands/today/halloween.rs
@@ -9,7 +9,7 @@ lazy_static! {
];
}
-pub fn halloween(date: chrono::NaiveDate) -> TodayIter {
+pub fn halloween(date: chrono::NaiveDateTime) -> TodayIter {
if (10, 31) != month_day(date) {
return Box::new(empty());
}