This is a stripped-down version of a single section of Grok TiddlyWiki, optimized for fast loading and readability by search engines. Some features are missing.

For the full Grok TiddlyWiki experience, please visit the wiki version of this page.

Ex:NowTimestampFunction

 26th September 2024 at 5:42pm

Why did I use a function, rather than a procedure or macro, to define now-timestamp here? Feel free to play with this live example if that helps.

\function now-timestamp() [<now [UTC]YYYY0MM0DD0hh0mm0ssXXX>]

<<now-timestamp>>

20241019235625048

Hint: What happens if you try to use the value of the <<variable transclusion>> to set something, as you often will with such a snippet, rather than rendering it within the body of the tiddler?

Go to answer: Ex:NowTimestampFunction/answer