fix: Simplify timestamp parsing by removing timezone and format configuration

This commit is contained in:
2026-09-08 23:41:10 +02:00
parent 701b5b077f
commit 35aa32389a
2 changed files with 2 additions and 4 deletions
+1 -3
View File
@@ -110,9 +110,7 @@
{
"type": "timestamp",
"config": {
"source-field": "timestamp",
"timezone": "Europe/Paris",
"timestamp-format": "%Y-%m-%dT%H:%M:%S.%f"
"source-field": "timestamp"
}
},
{