RFC 2822 Parser

Paste an RFC 2822 date to break it down into readable components — with a field-by-field breakdown and, where relevant, its structure tree. Everything is processed on your device.

or press Ctrl+Enter
Result
Fill the input and click Parse — the structured result appears here.

Everything runs in your browser. Your data is never sent to our servers.

728 × 90Ad Space AvailablePlace your ad here

Example

Example Input

Mon, 27 Jun 2026 12:00:00 +0700

Example Output

ISO 2026-06-27T05:00:00Z

How to Use

  1. 1Paste the an RFC 2822 date you want to parse into the input box.
  2. 2If the tool asks for an extra field (e.g. a JSON Pointer or JSONPath), fill it too.
  3. 3Click Parse (or press Ctrl+Enter).
  4. 4See the component breakdown in the Components tab, the tree structure in the Tree tab (when available), and the normalized JSON in the JSON tab. Click Copy to copy the JSON.

About RFC 2822 Parser

RFC 2822 Parser breaks an RFC 2822-format date (the format used in email headers, e.g. "Mon, 27 Jun 2026 12:00:00 +0700") and shows the ISO equivalent, Unix timestamp, and weekday name.

Useful for debugging dates in email headers or other text-based protocols.

FAQ

Is my data sent to a server?

No. The entire parsing is done in your browser with JavaScript. Nothing is uploaded, logged, or stored on our servers — safe for sensitive data.

How is this parser different from a validator or formatter?

A parser turns raw input into its component structure so you can see its building blocks (and, for code, its AST/DOM tree). A validator only checks valid/invalid, and a formatter just tidies the layout. A parser focuses on "what it contains and how it is structured".

Related Tools

Related Categories