SwapTZ

Convert Unix timestamps to human-readable dates and times in any timezone, with multiple display modes for every use case.

Quick Start

How to Use

To convert a specific timestamp, add it to the URL like this:

https://example.com/1747510600

To change the display mode, add ?mode=MODE to the URL. For example:

https://example.com/1747510600?mode=compact

Display Modes

ModeURL ExampleDescriptionOutput Example
Default/1747510600Full date and timeSun 18 May 2025 at 10:30AM
date/1747510600?mode=dateDate only18 May 2025
compact/1747510600?mode=compactShort date and time18/05/2025 10:30
iso/1747510600?mode=isoISO 8601 format2025-05-18T10:30:00+10:00
relative/1747510600?mode=relativeRelative to nowin 2 days

Features

  • Convert any Unix timestamp to your local time
  • View times in different timezones
  • Multiple display modes for every use case
  • Common timezones are grouped for easy access
  • Automatic browser timezone detection

Valid Timestamps

  • Positive integers
  • Between 1970 and 2100