所有工具
开发者
Unix 时间戳转换器
Convert between Unix timestamps and ISO-8601 dates.
Current Unix time
Updates every second. Copy the value for logs or API tests.
1780777249
Convert timestamp
Enter seconds, milliseconds, microseconds, or nanoseconds.
Convert date & time
Enter a UTC date and time.
Current time in common formats
| UTC (MM/DD/YYYY @ h:mmam/pm) | 06/06/2026 @ 8:20pm | |
|---|---|---|
| ISO 8601 | 2026-06-06T20:20:49+00:00 | |
| RFC 822 | Sat, 06 Jun 2026 20:20:49 +0000 | |
| RFC 2822 | Saturday, 06-Jun-26 20:20:49 UTC | |
| RFC 3339 | 2026-06-06T20:20:49+00:00 |
关于此工具
Convert Unix timestamps online to human-readable date and time formats across UTC and local zones. This timestamp converter helps developers debug logs, webhooks, and scheduled jobs without manual calculations.
You can also convert date strings back to Unix time for testing APIs and event pipelines. Fast timestamp conversion reduces confusion during incident analysis and cross-team communication.
常见问题
- What formats does the timestamp converter support?
- It supports Unix seconds and common date-time strings so you can move between machine and human-readable formats.
- Why is timezone conversion important?
- Timezone normalization prevents misinterpretation of events when teams, systems, and users operate across regions.
- Can I use this for webhook payload timestamps?
- Yes — paste Unix values from webhook JSON or delivery logs to see the exact UTC/local time and compare them with your application logs.