From b3e2db56472c732bb36d8db4ec37970ebf792c5c Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Fri, 1 Nov 2024 17:20:28 +0100 Subject: [PATCH] docs/VictoriaLogs/keyConcepts.md: remove duplicate sentence about missing timezone information in the ingested _time field values --- docs/VictoriaLogs/keyConcepts.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/VictoriaLogs/keyConcepts.md b/docs/VictoriaLogs/keyConcepts.md index c89c6e22c..9824ff48f 100644 --- a/docs/VictoriaLogs/keyConcepts.md +++ b/docs/VictoriaLogs/keyConcepts.md @@ -157,8 +157,6 @@ For example, the following [log entry](#data-model) contains valid timestamp wit } ``` -If timezone information is missing in the `_time` field value, then the local timezone of the host where VictoriaLogs runs is used. - If the actual timestamp has other than `_time` field name, then it is possible to specify the real timestamp field via `_time_field` query arg during [data ingestion](https://docs.victoriametrics.com/victorialogs/data-ingestion/). For example, if timestamp is located in the `event.created` field, then specify `_time_field=event.created` query arg