Date & Time

Instant, private, and free

计算器: Unix Timestamp Converter.

使用计算器: Unix Timestamp Converter,根据输入获得清晰实用的结果。

On-device calculationNo signup
01

Set your values

Results update as you type.

Current Unix Timestamp: 1,790,499,178

Current Unix Timestamp

1,790,499,178
Sun, 27 Sep 2026 08:52:58 GMT

Timestamp → Date

Date → Timestamp

How to Use

A Unix timestamp is the number of seconds that have elapsed since January 1, 1970 (midnight UTC/GMT), not counting leap seconds. It's a standard way to track time in many programming languages and databases.

FAQs

What is a Unix timestamp?

A Unix timestamp is the number of seconds that have elapsed since January 1, 1970 00:00:00 UTC (the Unix epoch).

How do I get the current Unix timestamp?

Use Date.now() / 1000 in JavaScript, time() in Python, or time() in PHP to get the current Unix timestamp.