mirror of
https://github.com/KumoCorp/kumomta.git
synced 2026-09-21 00:01:12 +00:00
We made the unfortunate choice to emit the `timestamp` and `created` fields as unix timestamps with no sub-second precision. This commit causes us to emit the full-resolution timestamps that we already have as additional event_time and created_time fields in the JsonLogRecord, without internally duplicating those fields. refs: https://github.com/KumoCorp/kumomta/issues/405