This page shows your local date and time in every notation that matters, live and each with a copy button. ISO 8601 for data, RFC 2822 for headers, epoch seconds and milliseconds for code, plus the ISO week, day of year, UTC offset and the IANA zone identifier your browser reports. No conversion, no maths, no switching between four different sites.
Which format to use where
ISO 8601 is the default for storing or exchanging a date: it sorts lexicographically and is unambiguous everywhere. Epoch values are best for durations and comparisons in code. RFC 2822 is what email headers and HTTP dates use. Anything with slashes is for humans in one country only — see date formats around the world.
Your offset is not your time zone
The offset shown is where your clock sits right now; the IANA identifier is the durable fact about where you are. Offsets change with daylight saving, identifiers do not, which is why software should record the latter — see why store dates in UTC and the offset checker.