Unix Timestamp Converter
Convert between Unix timestamps and readable dates, with support for both seconds and milliseconds.
Current Timestamp
Seconds:
1747687413
Milliseconds:
1747687413000
Common Timestamps:
How to use:
Timestamp to Date:
- Enter a Unix timestamp (e.g., 1620000000)
- Select whether the timestamp is in seconds or milliseconds
- The date will update automatically as you type
- View both UTC and local time zone representations
Date to Timestamp:
- Select a date using the date picker
- Optionally select a specific time
- Choose whether to interpret the date as local time or UTC
- Select the output format (seconds or milliseconds)
- The timestamp will update automatically as you change any option
About Unix Timestamp Converter
What is Unix Timestamp?
A Unix timestamp (or Epoch timestamp) is the number of seconds that have elapsed since January 1, 1970 (midnight UTC/GMT). It's a way to track time as a running total of seconds, which makes it easier for computer systems to process and compare dates.
Features
- Convert Unix timestamps to human-readable dates
- Convert dates to Unix timestamps
- Support for millisecond and second formats
- UTC and local timezone conversions
- Current timestamp display
- Common timestamp presets
Common Use Cases
- Programming and debugging timestamps in code
- Working with API responses that include timestamps
- Converting log file timestamps
- Working with database timestamp fields
- Calculating time differences between events