Data outside time range

Hi all!
Grafana v6.6.2 (3fa63cfc34)
Data Source : postgres

I am just using simple select query and getting message "“Data points outside time range”

column - sar_time as time 23:50:01
column - sar_date as date 2020-03-04
column - usr

My query
SELECT
sar_time AS “time”,
usr
FROM table
WHERE
$__timeFilter(sar_date)
ORDER BY 1;

I am getting message like ““Data points outside time range””

The request is normal, data can be obtained, for example, in Excel.
sar_time | usr
----------±-----
12:10:01 | 0.16
12:20:01 | 0.05
12:30:01 | 0.11