Time tool

Current Unix Timestamp

Get the current Unix timestamp in seconds, milliseconds, local time and UTC.

Use the tool

Common use cases

  • Convert timestamps from logs and API payloads.
  • Copy seconds or milliseconds for scripts.
  • Compare local time and UTC quickly.

Related tools

FAQ

What is the current Unix timestamp?

It is the current number of seconds since January 1, 1970 at 00:00:00 UTC.

Why show milliseconds too?

JavaScript and many logging systems use milliseconds instead of seconds.

Does this update automatically?

Click Refresh to generate the latest values.