From e4a3e0ba2d1f269580c34705605630b9e4b3f223 Mon Sep 17 00:00:00 2001 From: odubajDT Date: Thu, 9 Jan 2025 14:55:24 +0100 Subject: [PATCH] fix readme Signed-off-by: odubajDT --- pkg/ottl/ottlfuncs/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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