[dashboard] cannot add TIME filter

hi,

my query

with cte as (
select now() as dt,* from xxx
)
select * from cte
where dt::date = {{dateOfCreation}}


dateOfCreation setting


dashboard, cannot choose filter in the query