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
Mode | URL Example | Description | Output Example |
---|---|---|---|
Default | /1747510600 | Full date and time | Sun 18 May 2025 at 10:30AM |
date | /1747510600?mode=date | Date only | 18 May 2025 |
compact | /1747510600?mode=compact | Short date and time | 18/05/2025 10:30 |
iso | /1747510600?mode=iso | ISO 8601 format | 2025-05-18T10:30:00+10:00 |
relative | /1747510600?mode=relative | Relative to now | in 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