diff --git a/website/docs/configuration/functions/timeadd.html.md b/website/docs/configuration/functions/timeadd.html.md index e06d006af..926806c66 100644 --- a/website/docs/configuration/functions/timeadd.html.md +++ b/website/docs/configuration/functions/timeadd.html.md @@ -25,8 +25,8 @@ strings using [RFC 3339](https://tools.ietf.org/html/rfc3339) to be a string conforming to this syntax. `duration` is a string representation of a time difference, consisting of -sequences of number and unit pairs, like `"1.5h"` or `1h30m`. The accepted -units are `ns`, `us` (or `µs`), `"ms"`, `"s"`, `"m"`, and `"h"`. The first +sequences of number and unit pairs, like `"1.5h"` or `"1h30m"`. The accepted +units are `"ns"`, `"us"` (or `"µs"`), `"ms"`, `"s"`, `"m"`, and `"h"`. The first number may be negative to indicate a negative duration, like `"-2h5m"`. The result is a string, also in RFC 3339 format, representing the result