Skip to content

V0.0.2 Time string parsing!

Compare
Choose a tag to compare
@digizeph digizeph released this 13 Jul 03:02
· 135 commits to main since this release
4d02b02

RFC3339 EVERYWHERE

You can do queries using rfc3339 time strings now:

monocle search  --dry-run --start-ts 2022-01-01T00:00:00 --end-ts 2022-01-01T00:01:00

What's Changed

  • add time string formatting and validation by @digizeph in #4

Full Changelog: v0.0.1...v0.0.2