Open Issues Need Help
View All on GitHub date of Mmm DD YYYY does not export correctly 2 months ago
AI Summary: The task is to debug and fix a date formatting issue in the ynab-csv tool. The tool currently fails to correctly handle dates in the format 'Mmm DD YYYY' (e.g., 'June 24 2025') when importing from a CSV file. The solution requires identifying the part of the code responsible for date parsing and modifying it to correctly handle this specific date format. This might involve using a date parsing library or writing custom parsing logic.
Complexity:
3/5
enhancement help wanted