Convert informal date-times to yyyy-mm-dd [HH:MM] in TaskPaper 3 Preview

I see – yes, TaskPaper's built-in date parser is taking the view that 'in one day' written last thing at night will often need to be distinguished from 'in one day' written first thing in the morning.

You could write a general truncation of times, but then the time would also be truncated when you wrote things like:

@meeting(tomorrow 2pm)

for which the DateTime.format method yields

@meeting(2020-11-28 14:00)

but a truncating version of the script would throw away the time and reduce it down to:

@meeting(2020-11-28)