Date and Time

5 tools

Online date and time tools for the two conversions that come up most often when working with timestamps: turning a Unix timestamp into a readable UTC, local, or ISO 8601 date and back, and converting a date and time between any two IANA timezones with daylight saving time handled automatically. Both use only the browser's built-in date APIs — no timezone library, no server round trip. Developers reach for Unix Timestamp Converter when reading a raw epoch value out of a log file or database row, and Timezone Converter when scheduling something across time zones and needing the real UTC offset for that specific date, not just a zone's nominal offset, which shifts across a DST boundary. Both tools display the underlying UTC time alongside the converted result, so the conversion can always be verified rather than trusted blindly.

All Date and Time tools