mirror of
https://github.com/Sheldan/abstracto-templates.git
synced 2026-03-03 07:24:47 +00:00
[AB-xxx] adding exceptions for instant parsing
adding @time hint to duration parse exception text changing duration formatting to be able to handle negative durations
This commit is contained in:
@@ -1 +1,2 @@
|
||||
Invalid time format: ${invalidFormat}. Valid formats are ${validFormats}. Beware to not use a space between the number and the unit.
|
||||
Invalid time format: ${invalidFormat}. Valid formats are ${validFormats}. Do not use a space between the number and the unit.
|
||||
Alternatively, you can use `@time: <duration description>` to define a duration.
|
||||
@@ -0,0 +1 @@
|
||||
Invalid format for timestamp. Either use epoch seconds (see [here](https://www.unixtimestamp.com/)) or use `@time: <time>`.
|
||||
Reference in New Issue
Block a user