about summary refs log tree commit diff
path: root/src/ui
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui')
-rw-r--r--src/ui/report.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/report.rs b/src/ui/report.rs
index 6bc35d0..998012f 100644
--- a/src/ui/report.rs
+++ b/src/ui/report.rs
@@ -183,7 +183,7 @@ impl FurReport {
 
         // Get date range
         let active_range = imp.range_combo.active_id().unwrap();
-        let today = Local::today();
+        let today = Local::now().date();
         let range_start_date: Date<Local>;
         let mut range_end_date = today;
         if active_range == "this_week_item" {