Is there a way to view the current date-time. Ie <$view field="created"> except instead of 'created' show the current date time in utc?
My use case is that I want to use the nodejs --setfield command to set the created/modified field to the utc date-time that the command is being run. I know in the tiddlywiki.files file you can set "created": {"source": "created"} but I really want to be able to do so through the nodejs --setfield option.
For review the --setfield option requires the field name then the value is set using the contents of a tiddler. Hence I need that tiddler to produce the current time that the file is being processed.
My work around is to have <$view field="modified"/> in a tiddler, edit then save it and copy paste the result into another tiddler used for processing but I'm hoping there is a more automated solution.
Thank you!