Skip to content

Commit 3672f33

Browse files
committed
Add description for higher precision timestamp
1 parent 2149f4c commit 3672f33

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,14 @@ elasticsearch.
3333
`subsecond_precision` controls the subsecond precision during the conversion.
3434
Default value is set to `3` (millisecond).
3535

36+
Other `subsecond_precision` sample values are:
37+
38+
* `6` (microsecond)
39+
* `9` (nanosecond)
40+
* `12` (picosecond)
41+
42+
and more high precision is also supported.
43+
3644
## Usage
3745

3846
```

0 commit comments

Comments
 (0)