digital-dj-tools / dj-data-converter

A command-line app for converting data files to and from different DJ software formats.
MIT License
172 stars 13 forks source link

Date format for Rekordbox date added is incorrect #26

Closed alza-bitz closed 5 years ago

alza-bitz commented 5 years ago

The date format used for the DateAdded attribute in Rekordbox xml is YYYY-m-d, whereas it should be YYYY-mm-dd i.e. ISO-8601 format with padding.

For example, 2019-9-27 should be 2019-09-27, and 2019-8-6 should be 2018-08-06.

This incorrect formatting is allegedly the cause of an incorrect sort/ordering issue for the Date Added column, in Rekordbox...