时间戳转换工具

高效、精准的 Unix 时间戳与日期格式互转工具

当前 Unix 时间戳

1768501833

时间戳转日期

2026-01-16 02:30:30

日期转时间戳

1768501830
1768501830000

常用编程语言获取当前时间戳

语言代码操作
JavaScriptMath.round(Date.now() / 1000)
Pythonimport time; time.time()
Gotime.Now().Unix()
JavaSystem.currentTimeMillis() / 1000
PHPtime()
RubyTime.now.to_i
C#DateTimeOffset.UtcNow.ToUnixTimeSeconds()
Shelldate +%s