in src/app/work-items-filter.js [50:52]
function formatDate(date) { return date ? format(date, FORMAT) : null; }