If LastWriteTime was NULL or something other than the current year it would result in ListFormatter to render the date as empty or the given date this year.
I've fixed this by setting the date to 1970-01-01 if it's NULL, and added a check on whether the year is current or not.
If LastWriteTime was NULL or something other than the current year it would result in ListFormatter to render the date as empty or the given date this year.
I've fixed this by setting the date to 1970-01-01 if it's NULL, and added a check on whether the year is current or not.