← All tools
Timestamp Converter
Convert between Unix timestamps and human-readable dates.
当前时间戳
—— ms时间戳 → 日期
日期 → 时间戳
Overview
A Unix timestamp counts seconds (or milliseconds) since January 1, 1970 UTC. This tool converts timestamps to readable dates and back, showing both UTC and local time.
How to Use
- Enter a Unix timestamp, or leave it on 'now'.
- View the converted date in UTC and your local timezone.
- Or enter a date to get its Unix timestamp.
Common Use Cases
- Debugging timestamps stored in databases or logs
- Converting API `created_at` epoch fields to readable dates
- Scheduling tasks that require a Unix timestamp input
FAQ
Does it handle milliseconds as well as seconds?
Yes, the tool detects whether a timestamp is in seconds or milliseconds and converts accordingly.