Skip to content

Commit

Permalink
doc: updating README for csv using unix timestamp
Browse files Browse the repository at this point in the history
  • Loading branch information
tkanos committed Nov 28, 2018
1 parent e3755fa commit f2fdaae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugins/parsers/csv/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ document.

The `csv_timestamp_column` option specifies the column name containing the
time value and `csv_timestamp_format` must be set to a Go "reference time"
which is defined to be the specific time: `Mon Jan 2 15:04:05 MST 2006`.
which is defined to be the specific time: `Mon Jan 2 15:04:05 MST 2006`,
it can also be `unix` (for epoch in ms format like 1257894000 )

Consult the Go [time][time parse] package for details and additional examples
on how to set the time format.
Expand Down

0 comments on commit f2fdaae

Please sign in to comment.