When importing an XLSX table with dates in the YYYY-MM-DD format, the app incorrectly appends 00:00:00 to the dates, converting them to YYYY-MM-DD 00:00:00. This problem does not occur when importing CSV, where dates are handled correctly, nor when importing YYYY or YYYY-MM dates from XLSX tables.
When importing an XLSX table with dates in the
YYYY-MM-DD
format, the app incorrectly appends 00:00:00 to the dates, converting them toYYYY-MM-DD 00:00:00
. This problem does not occur when importing CSV, where dates are handled correctly, nor when importingYYYY
orYYYY-MM
dates from XLSX tables.