Open jorgb opened 2 years ago
I was having a formatting problem where it looked correct in the UI but incorrect in documents (#52 is actually more like what I was seeing), and strangely, wrapping the string value in single quotes made this behave correctly in the document.
created: '{{date:YYYY-MM-DD}}T{{date:HH}}:{{date:mm}}:{{date:ss}}'
Might do the trick for you? It fixed my UTC problem.
Hi, my header format looks like;
Which it correctly interprets as I want it in the preformatter shown in the UI.
However, when I execute "Run prettifyer" I get unwanted timezone information and a milliseconds fraction;
I didn't specify the timezone demarcation. The ISO standard says it can be even left out. Also the 000 millisec fragment (always) is very redundant.