Last X hours

I’m currently unsure how to achieve this simple requirement: View count of rows for last 24 hours.
Selecting “Previous” 24 Hours results in current hour being excluded. so Metabase does “date_field >= now-24hrs and date_field< now-1 hour”
I want to get “date_field>=now-24hrs”