You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Always send Fluent::EventTime to MultiEventStream.add (Probably fixes#63)
Sending a native Fluent timestamp instead of an integer prevents the loss of time zone information and millisecond-level precision. Currently it seems like the only cases where milliseconds and proper timezones would end up in emitted events is in cases where there was no timestamp on the input stream at all
Signed-off-by: Eric Herot <[email protected]>
0 commit comments