diff options
| author | Nathan Perry <np@nathanperry.dev> | 2020-09-26 16:02:31 -0400 |
|---|---|---|
| committer | Nathan Perry <np@nathanperry.dev> | 2020-09-26 16:02:31 -0400 |
| commit | 23ce35dffe6b8b1fc6e5fd418db6a63922b20c86 (patch) | |
| tree | ea814e4180030db5ad3571e4d2dfe40d9cab47a0 /src/commands/today/ussr.rs | |
| parent | c12afcf2f06d2d477348952692bf4662ff9ce779 (diff) | |
switch to datetime
Diffstat (limited to 'src/commands/today/ussr.rs')
| -rw-r--r-- | src/commands/today/ussr.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/today/ussr.rs b/src/commands/today/ussr.rs index 7085d82..cc3671e 100644 --- a/src/commands/today/ussr.rs +++ b/src/commands/today/ussr.rs @@ -1,6 +1,6 @@ use super::prelude::*; -pub fn ussr(date: chrono::NaiveDate) -> TodayIter { +pub fn ussr(date: chrono::NaiveDateTime) -> TodayIter { let ok = match month_day(date) { // red army day (2, 23) => true, |
