We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cd5d7a commit 47c8d14Copy full SHA for 47c8d14
nowcasting_datamodel/save/update.py
@@ -382,6 +382,7 @@ def add_forecast_last_7_days_and_remove_old_data(
382
383
# remove old data
384
now_minus_7_days = datetime.now(tz=timezone.utc) - timedelta(days=7)
385
+ now_minus_7_days = now_minus_7_days.replace(minute=0, second=0, microsecond=0)
386
387
# remove any duplicate forecast values
388
if remove_non_distinct:
0 commit comments