Database
Postgres: Query Results From Today Only
When you want to query only on results from today in a Postgres database use the >= now()::date syntax.
When you want to query only on results from today in a Postgres database use the >= now()::date syntax.