Fixes date parsing issue in tombstones (#635)

This commit is contained in:
Tek
2025-06-12 20:49:31 +02:00
committed by GitHub
parent 61f51caf31
commit 4757cff262
6 changed files with 75 additions and 7 deletions
+1 -1
View File
@@ -64,4 +64,4 @@ class TestTombstoneCrashArtifact:
# We often don't know the time offset for a log entry and so can't convert everything to UTC.
# MVT should output the local time only:
# So original 2023-04-12 12:32:40.518290770+0200 -> 2023-04-12 12:32:40.000000
assert tombstone_result.get("timestamp") == "2023-04-12 12:32:40.000000"
assert tombstone_result.get("timestamp") == "2023-04-12 12:32:40.518290"