mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 16:48:19 +00:00
GH-186: fix JSON formatting of timestamps before Unix epoch
This commit is contained in:
parent
f05ef0cb1e
commit
70233148be
5 changed files with 44 additions and 3 deletions
|
@ -1,2 +1,10 @@
|
|||
{"t":"2008-07-09T16:13:30.005432Z"}
|
||||
{"t":"1986-12-01T01:01:01.900000Z"}
|
||||
{"t":"1969-12-31T23:59:59.600000Z"}
|
||||
{"t":"1969-12-31T23:59:59.500000Z"}
|
||||
{"t":"1969-12-31T23:59:59.400000Z"}
|
||||
{"t":"1969-12-31T23:59:59.000000Z"}
|
||||
{"t":"1969-12-31T23:59:58.600000Z"}
|
||||
{"t":"1969-12-31T23:59:58.500000Z"}
|
||||
{"t":"1969-12-31T23:59:58.400000Z"}
|
||||
{"t":"1969-12-31T23:58:21.000000Z"}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue