Metabase timestamp

Please tell me about Metabases date field filters.
I want to know what exact time , Metabase sets as a timestamp
when using the date filed filters.

For example, when I choose 2020/01/01 ~ 2020/01/02
will it be
2020/01/01 00:00:000000 ~ 2020/01/01 23:59:999999
or
2020/01/01 00:00:000000 ~ 2020/01/01 12:00:000000
or something else.

I checked Metabase’s log, but couldn’t find when the timestamp was.
Please help me out.
Thank you.

Hi @coro
It depends on the database you’re querying, how the SQL is being created.
There’s currently no option to view the query in the interface, you’ll need to use your browser developer Network-tab to view the request and from there you can see the query in the response-data.