docs/VictoriaLogs/keyConcepts.md: remove duplicate sentence about missing timezone information in the ingested _time field values

This commit is contained in:
Aliaksandr Valialkin 2024-11-01 17:20:28 +01:00
parent 9ba6be4179
commit b3e2db5647
No known key found for this signature in database
GPG key ID: 52C003EE2BCDB9EB

View file

@ -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