We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
When a timestamp is created in a broken format (such as <time:asdasd>), the server generates a span element with the timestamp-error class.
<time:asdasd>
span
timestamp-error
We should handle that and display something like "Invalid time format: asdasd" like the server does.
Example
Status