He mentioned: Be sure to make a backup before trying this of course. Also, this assumes that you have the latest version of Eric’s converdate macro installed.
TiddlyTools/Time/ParseDate is a FILTER… NOT a macro. As such, it should NOT be tagged with $:/tags/Macro, but must have a type field = application/javascript AND module-type field =filteroperator.
The correct way to install this filter operator in your TiddlyWiki is to just drag-and-drop the tiddler directly from https://tiddlytools.com/#TiddlyTools%2FTime%2FParseDate (you can drag the tiddler title). This will ensure that all the fields are properly set as required.
In addition, I note that Stefan/Update "published-tw" and Stefan/Update "published-tw" (Startup) tiddlers specify a datetime format for the parsedate[...] operator:
However… this may produce incorrect results since it will convert the published datetime to your local time zone instead of setting a TWCore standard timestamp value (which always uses [UTC] time, regardless of your time zone).
To automatically produce the default output format of [UTC]YYYY0MM0DD0hh0mm0ss0XXX you should just use the parsedate[] operator without specifying any datetime format code, like this:
One additional thing:
With that code all tiddlers with <$list filter="[has[published]]"> are updated to a TWCore system datetime format to the field ‘published-tw’.
I have changed the tiddler tagged with $:/tags/StartupAction from