migrate bst_date to local_date

This commit is contained in:
stvnrlly
2022-11-21 11:49:59 -05:00
parent 99de747a36
commit 9e7ee1c0f8
39 changed files with 315 additions and 315 deletions

View File

@@ -304,7 +304,7 @@ def save_daily_notification_processing_time(est_date=None):
result = dao_get_notifications_processing_time_stats(start_time, end_time)
insert_update_processing_time(
FactProcessingTime(
bst_date=est_date,
local_date=est_date,
messages_total=result.messages_total,
messages_within_10_secs=result.messages_within_10_secs
)