⏰
Unix Timestamp Converter
Convert between Unix timestamp and date time, supporting seconds/milliseconds/microseconds/nanoseconds with local & UTC
Current timestamp
1785995608Seconds1785995608723Milliseconds
# Unix Timestamp Converter
Convert between Unix timestamps and human-readable date time, with local and UTC display.
## Features
- ✅ Real-time current timestamp display (seconds/milliseconds)
- ✅ Timestamp to date conversion, auto-detects seconds/ms/µs/ns
- ✅ Date to timestamp conversion (seconds/milliseconds)
- ✅ Local time and UTC dual display
- ✅ One-click copy
- ✅ One-click fill current time
## How to Use
1. View the current timestamp or click to copy
2. Enter a timestamp and select the unit, click convert to see date/time
3. Choose a date (or click "Now"), click convert to get the timestamp
4. Copy the results
## FAQ
### What is a Unix timestamp?
A Unix timestamp is the number of seconds (or milliseconds) elapsed since 1970-01-01 00:00:00 UTC. It is a universal time representation used across computer systems.