Unix timestamp converter
In software, time is often stored as a Unix timestamp — a number of seconds since 1970 that humans cannot read. This tool converts a timestamp into a readable date-time in real time (showing local and UTC), converts a date back into a timestamp, and shows a live current timestamp.
How to use
- Timestamp to date: enter a 10-digit (seconds) or 13-digit (milliseconds) timestamp to see the date instantly.
- Date to timestamp: pick a date-time to get the matching Unix timestamp.
- Copy the live number at the top whenever you need the current timestamp.
Common use cases
- Debug time fields in APIs or logs.
- Convert time ranges for database queries.
- Check schedules and token expiry times.