-
Notifications
You must be signed in to change notification settings - Fork 107
Closed
Labels
Description
When an event comes in with timestamp extraction enabled, we need an option to specify a timezone if the timestamp isn't ISO8601 compliant.
Example:
local_time: 2023-07-26T05:09:50
The the timestamp can be used, but without being able to set the specific timezone here we have events showing up with wrong _time values.
I'm aware the data source should be the ones to fix feed related issues, but timezone is a common issue and should have a way to define or override in this kafka connector.