diff --git a/pkg/ottl/ottlfuncs/README.md b/pkg/ottl/ottlfuncs/README.md index d734ed03db69..0e5878597a27 100644 --- a/pkg/ottl/ottlfuncs/README.md +++ b/pkg/ottl/ottlfuncs/README.md @@ -1985,8 +1985,7 @@ If `format` is nil, an error is returned. The parser used is the parser at [inte Examples: -- `Timestamp("123456543534334", "%A %h %e %Y")` -- `Timestamp(5874359837485873843954835, "%B %d %A, %Y, %r")` +- `Timestamp(Time("02/04/2023", "%m/%d/%Y"), "%A %h %e %Y")` ### ToKeyValueString