跳到内容
RapideTools

时间戳转换器

转换 Unix 时间戳与日期。

Convert a Unix timestamp into a human-readable date (local and UTC), or pick a date and time to get the Unix timestamp in seconds and milliseconds. Use Now for the current timestamp. Everything runs locally in your browser.

你的输入在浏览器本地处理 —— 不会上传、存储或记录。

为你节省时间了吗?请我喝杯咖啡

工作原理

  1. 1 Enter a Unix timestamp and choose seconds or milliseconds.
  2. 2 See the local and UTC date instantly.
  3. 3 Or pick a date and time to get the timestamp back.

常见用例

  • Read a timestamp from logs.
  • Build a timestamp for an API.
  • Check token expiry times.
  • Convert between time zones via UTC.

常见问题

Is my input sent to a server?

No. Everything runs locally in your browser — your input is never uploaded, stored or logged.

Seconds or milliseconds?

Both are supported — pick the unit. Unix time is usually seconds; JavaScript uses milliseconds.

Is it really free?

Yes — free, with no signup and no limits.