docs: CSV RFC3339 format uses server timezone (#5839)

This commit is contained in:
Dan Dascalescu 2024-02-22 11:13:41 -06:00 committed by GitHub
parent 8d9d7a8a12
commit 79b57f625c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1294,7 +1294,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:<layout>` - custom layout for time that is supported by [time.Format](https://golang.org/pkg/time/#Time.Format) function from Go.
* `<timeseries_selector_for_export>` may contain any [time series selector](https://prometheus.io/docs/prometheus/latest/querying/basics/#time-series-selectors)