From b82d759310f8c18e94d7666a837dedc035c356c5 Mon Sep 17 00:00:00 2001 From: priyaggopa Date: Tue, 14 Jan 2025 19:39:38 +0530 Subject: [PATCH] docs: Update loki-http-api.md (#15732) Signed-off-by: priyaggopa Co-authored-by: J Stickler (cherry picked from commit fa7a6a95b12a83460a035e3babace2bc6100f423) --- docs/sources/reference/loki-http-api.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/sources/reference/loki-http-api.md b/docs/sources/reference/loki-http-api.md index dbf0d38a0aedf..b75bbb2c4e16a 100644 --- a/docs/sources/reference/loki-http-api.md +++ b/docs/sources/reference/loki-http-api.md @@ -149,8 +149,7 @@ being returned. The API accepts several formats for timestamps: -- An integer with ten or fewer digits is interpreted as a Unix timestamp in seconds. -- More than ten digits are interpreted as a Unix timestamp in nanoseconds. +- All epoch values will be interpreted as a Unix timestamp in nanoseconds. - A floating point number is a Unix timestamp with fractions of a second. - A string in `RFC3339` and `RFC3339Nano` format, as supported by Go's [time](https://pkg.go.dev/time) package.