https://bugs.kde.org/show_bug.cgi?id=371177
--- Comment #2 from Thomas Baumgart <tbaumg...@kde.org> --- AFAICT there is no KDE framework involved here. It is the CSV importer which provides a QDate object in the end and that *must* contain a year. So it is the task of the CSV importer to provide it. In a similar scenario I used the following logic in case the year information was missing: - Use currentYear as the value for statementDate - If currentMonth < statementMonth decrement year Anything else must be handled externally before the import. -- You are receiving this mail because: You are watching all bug changes.