This page is available in your language

Switch

Relative Date Filter Stale Date Fix

Completed Medium Priority

Overview

We fixed a bug where relative date filters could keep holding an outdated internal date after the day changed. We also updated post presets so that creating a new post from a tab filtered by a relative date now reflects the current resolved date in the post property.

What was fixed

  • Daily drift removed: Filters with relativeDateOffset now recalculate from the current day instead of reusing a stale stored dateValue
  • Editing stale values fixed: Opening the filter editor now shows the current relative target date rather than an old saved date
  • Post preset improvements: Creating a post from tabs filtered by Today, or relative comparison filters whose reference date is today, now presets the date property to today
  • Shared resolution logic: Filter application, editing, and post presets now use the same relative-date resolution path for consistent behavior across day boundaries

Completed

This fix is now implemented. Relative date filters continue following the correct date after the day changes, and post presets now reflect the current-day resolved value.