I found an easy solution for this:
open -> /wp-includes/post.php
goTo -> #562
edit -> $post_status = ‘future’;
to -> $post_status = ‘publish’;
Now your future posts are saved in the database as ‘publish’ when you create a new post or when you update your future posts.
Example: https://cloetensbrecht.be