Skip to main content

Inspect timestamp normalization

Compare authored timestamp values as they are parsed, represented in UTC, and enriched.

Interactive pipeline

TIMESTAMP NORMALIZATION

Curated format walkthrough

Stage 1 of 3

Mixed Timestamp Formats

Representative records carry timestamp strings and epoch values with different source assumptions.

1HighlightsAuthored emphasis only—not a computed diff.
Copy & download

Input

{"event":"login","time":"2024-01-15T10:30:00Z"}{"event":"purchase","time":1705317000}{"event":"logout","time":"15/01/2024 10:30"}

Output

Authored highlight: Source values differ:String and numeric representations are mixedOne custom string has no explicit zone
Stage configuration01-mixed-timestamp-formats.yaml
pipeline:
  processors: [] # No timestamp normalization yet