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 27, 2018
1 parent c4f68c6 commit 5007b2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/parsers/csv/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ 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` (can also be a unix timestamp `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 5007b2a

Please sign in to comment.