pub async fn database_now( executor: impl Executor<'_, Database = Db>, ) -> Result<DateTime<Utc>, Error>
Fetches the current timestamp from the database via SELECT NOW().
SELECT NOW()