PASTAplus / dex

Explore and subset CSV tables using associated EML metadata
Apache License 2.0
3 stars 0 forks source link

Subset fails when filtering on time period, and dates are not on YYYY-MM-DD format #73

Closed rogerdahl closed 8 months ago

rogerdahl commented 9 months ago

The subset time period date pickers use a custom datetime string format which is different both from the ones used in EML and the C style ones used in Python. As we don't want to translate to yet another type of date format strings, we force dates to YYYY-MM-DD in the time period filter.