aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/report_ops/admin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/report_ops/admin.py b/python/report_ops/admin.py
index 2a0fcf39..1f4f9314 100644
--- a/python/report_ops/admin.py
+++ b/python/report_ops/admin.py
@@ -41,7 +41,7 @@ class CitcoReport:
if not self.report_file_name:
raise ValueError(f"No reports for {self.table} on {self.date}")
self.knowledge_date = datetime.datetime.combine(
- self.date, self.dtkey_fun(self.report_file_name).time()
+ next_business_day(self.date), self.dtkey_fun(self.report_file_name).time()
)
@property