Skip to content

Commit

Permalink
zq update through "Add support for timestamps with signed tz offsets"…
Browse files Browse the repository at this point in the history
… by henridf

This is an auto-generated commit with a zq dependency update. The zq PR
brimdata/super#1389, authored by @henridf,
has been merged.

Add support for timestamps with signed tz offsets

Suricata outputs timestamp like `2015-04-13T11:32:45.143323-0200`,
whereas Zeek does `2015-04-13T11:32:45.143323Z02:00`. This commit lets
us parse both.
  • Loading branch information
Brim Automation committed Oct 1, 2020
1 parent 4fd45ba commit cfcf7ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
"styled-components": "^5.1.1",
"valid-url": "^1.0.9",
"zealot": "file:zealot",
"zq": "git+https:/brimsec/zq.git#926efeda12740536d87fa2dd4c23817b858208ce"
"zq": "git+https:/brimsec/zq.git#2f8d90750ab46eda84acb3e3d4c1012ce5a5a518"
},
"optionalDependencies": {
"electron-installer-debian": "^3.0.0",
Expand Down

0 comments on commit cfcf7ef

Please sign in to comment.