quickwit
quickwit copied to clipboard
Parse unix timestamps based on MSB
Position of the MSB:
- 28-33 -> seconds
- 38-43 -> millis
- 48-53 -> micros
- 58-63 -> nanos
TODO
- [ ] implement MSB-based UNIX timestamp parsing
- [ ] add
unix_timestampback to default parsers - [ ] clean up code (remove references to
unix_ts_secs,unix_ts_millis, ...) - [ ] update docs