Timestamp formatting not escaping
Bug
According to https://day.js.org/docs/en/display/format
To escape characters, wrap them in square brackets (e.g. [MM]).
Unfortunately that doesn’t work on Yaak v2026.05.0, see:
Linux2026.05.0
According to https://day.js.org/docs/en/display/format
To escape characters, wrap them in square brackets (e.g. [MM]).
Unfortunately that doesn’t work on Yaak v2026.05.0, see:
Sign in to leave a comment.
This is now available in 2026.6.0 beta!
It turns out this feature incorrectly referenced dayjs when it should have been date-fns. I have a PR up for the copy fix: https://github.com/mountain-loop/yaak/pull/527