The equivalent of MySQL’s NOW() is Doctrine DQL’s CURRENT_TIMESTAMP().
CURRENT_DATE() only returns the date part.
Reference: DQL date/time related functions
The equivalent of MySQL’s NOW() is Doctrine DQL’s CURRENT_TIMESTAMP().
CURRENT_DATE() only returns the date part.
Reference: DQL date/time related functions