Update changelog/csv parser docs
This commit is contained in:
@@ -74,9 +74,9 @@ time using the JSON document you can use the `csv_timestamp_column` and
|
||||
document.
|
||||
|
||||
The `csv_timestamp_column` option specifies the key containing the time value and
|
||||
`csv_timestamp_format` must be set to `unix`, `unix_ms`, or a format string in
|
||||
using the Go "reference time" which is defined to be the **specific time**:
|
||||
`Mon Jan 2 15:04:05 MST 2006`.
|
||||
`csv_timestamp_format` must be set to `unix`, `unix_ms`, `unix_us`, `unix_ns`,
|
||||
or a format string in using the Go "reference time" which is defined to be the
|
||||
**specific time**: `Mon Jan 2 15:04:05 MST 2006`.
|
||||
|
||||
Consult the Go [time][time parse] package for details and additional examples
|
||||
on how to set the time format.
|
||||
|
||||
Reference in New Issue
Block a user