From 348eec39ba1a0374f6234a610c4bb729c3432cff Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Fri, 23 Feb 2024 01:09:53 +0200 Subject: [PATCH] docs/Single-server-VictoriaMetrics.md: sync with docs/README.md after 79b57f625c31a69aa7188f247f4b909a8356ecc0 --- README.md | 2 +- docs/Single-server-VictoriaMetrics.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a90190dd9..e3e67dd99 100644 --- a/README.md +++ b/README.md @@ -1291,7 +1291,7 @@ where: * `unix_s` - unix seconds * `unix_ms` - unix milliseconds * `unix_ns` - unix nanoseconds - * `rfc3339` - [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) time + * `rfc3339` - [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) time (in the timezone of the server) * `custom:` - custom layout for time that is supported by [time.Format](https://golang.org/pkg/time/#Time.Format) function from Go. * `` may contain any [time series selector](https://prometheus.io/docs/prometheus/latest/querying/basics/#time-series-selectors) diff --git a/docs/Single-server-VictoriaMetrics.md b/docs/Single-server-VictoriaMetrics.md index cb43eeca2..0ee71e2bf 100644 --- a/docs/Single-server-VictoriaMetrics.md +++ b/docs/Single-server-VictoriaMetrics.md @@ -1302,7 +1302,7 @@ where: * `unix_s` - unix seconds * `unix_ms` - unix milliseconds * `unix_ns` - unix nanoseconds - * `rfc3339` - [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) time + * `rfc3339` - [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) time (in the timezone of the server) * `custom:` - custom layout for time that is supported by [time.Format](https://golang.org/pkg/time/#Time.Format) function from Go. * `` may contain any [time series selector](https://prometheus.io/docs/prometheus/latest/querying/basics/#time-series-selectors)