Bug Fix

Fix Specific Date filter ignoring your account timezone

Filtering by a specific calendar date in the All People list previously
compared records against UTC day boundaries instead of your account
timezone. A contact created at 10 PM Eastern on April 9 would appear
under “April 10” because the underlying timestamp had already crossed
midnight UTC, and operators like “Is Before” or “Is After” returned the
wrong rows for the same reason.

What’s Fixed

  • Specific Date filters on Created At, Updated At, Last Activity Date,
    and Last Contact Date now compare against midnight-to-midnight in
    your account timezone for =, !=, <, >, <=, >=, and
    between operators.
  • The four fields now offer the full Specific Date operator set; before
    this fix only relative operators were available.
  • A small helper line under the value picker shows which timezone the
    filter is using (“Filtered in Eastern Time (US & Canada)”).
  • Legacy filters saved before the Specific/Relative split still load
    with the correct operator list and value input.