During the application export, we receive errors specifying the date is in the future.
After some research in the code base, we found out, that the plugin uses the date_format option of WordPress. The Personio API needs a specific date format in order to import all applications according to the date of the application. We would recommend using a fixed date format (the accepted format from personio, which is Y-m-d) rather than a flexible format, which can be changed by settings. This could potentially lead to some errors, if the website needs a specific date format.
