Capability to change ISO8601 PRECISION
Open
enhancement
- Dominant language
- Java
- Stars
- 14.9k
- Forks
- 3.5k
- Avg merge
- 19h 14m
- Merged PRs (30d)
- 63
Description
Hi,
In the method "LogStash::Timestamp.to_iso8601", it's interesting to add "ISO8601_PRECISION" as parameter. We can already do this with the basic function iso8601 in Ruby:
```
# Ruby code
Time.now.iso8601(6)
```
Best regards,
Contributor guide
Assessment
This issue has not been assessed yet.