Ad Space
Unixタイムスタンプ変換
Unixタイムスタンプを日付に、日付をタイムスタンプに変換。
Current Unix Timestamp
1770559369Timestamp → Date
Date → Timestamp
About Unix Timestamps
A Unix timestamp represents the number of seconds since January 1, 1970 (UTC). It's widely used in programming, databases, and APIs. This tool auto-detects whether the input is in seconds or milliseconds.
How to Use
- Enter a Unix timestamp to convert to a human-readable date
- Or enter a date string to convert to a Unix timestamp
- The tool auto-detects seconds vs milliseconds
- View results in UTC, local time, and ISO format
Common Use Cases
- Converting API timestamps to readable dates
- Debugging date-related issues
- Comparing timestamps across systems
- Working with JWT token expiration times
Frequently Asked Questions
Ad Space