mirror of
https://github.com/mailscope/kumomta.git
synced 2026-08-19 02:48:18 +00:00
f4b2ff4b4e
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