WP_Query date_query – Use unix timestamp?

I found the solution – I used PHP’s date() function to format it into a ISO 8601 compliant format, so there is no confusion around timezones, etc.

$args = array(
  'date_query' => array(
    'before' => date( 'c' , 1486045020 )
  )
);

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)