mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Added an option to the JSON formatter to use ISO 8601 for timestamps.
- It's not *exactly* ISO 8601 which doesn't seem to support subseconds, but subseconds are very important to us and most things that support ISO8601 seem to also support subseconds in the way I'm implemented it.
This commit is contained in:
parent
a56c343715
commit
c9aaf9e753
11 changed files with 77 additions and 13 deletions
|
@ -0,0 +1,2 @@
|
|||
{"t":"2008-07-09T16:13:30.005432Z"}
|
||||
{"t":"1986-12-01T01:01:01.900000Z"}
|
Loading…
Add table
Add a link
Reference in a new issue