Skip to content

Commit 6084c44

Browse files
committed
Document CSV's output timeFormat new possible values
1 parent 3786f03 commit 6084c44

File tree

1 file changed

+3
-2
lines changed
  • src/data/markdown/translated-guides/en/04 Results output/200 Real-time

1 file changed

+3
-2
lines changed

src/data/markdown/translated-guides/en/04 Results output/200 Real-time/00 CSV.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,13 @@ If an error happens, then the `error` along with the `error_code` fields will be
6868

6969
k6 provides a few options to help you configure your CSV output:
7070

71-
71+
<!-- vale off -->
7272
| option | Configures | Possible values | Default | Env. variable |
7373
|-------------------------------|--------------------------------------------------|---------------------------------------------------------------------------|------------|------------------------|
7474
| `saveInterval` | The time intervals at which k6 writes to the CSV | Either a string with time units(`"1m45s"`), or a number of milliseconds | `"1s"` | `K6_CSV_SAVE_INTERVAL` |
75-
| `timeFormat` | The timestamp format | unix, [rfc3339](https://datatracker.ietf.org/doc/html/rfc3339) | unix | `K6_CSV_TIME_FORMAT` |
75+
| `timeFormat` | The timestamp format | unix, unix_nano, unix_micro, unix_milli, [rfc3339](https://datatracker.ietf.org/doc/html/rfc3339), rfc3339_nano | unix | `K6_CSV_TIME_FORMAT` |
7676
| `fileName` | The file name and path where output is saved | N/A | `file.csv` | `K6_CSV_FILENAME` |
77+
<!-- vale on -->
7778

7879
## Read more
7980

0 commit comments

Comments
 (0)