Timestamp Converter

Convert Unix timestamps to dates and back, in seconds or ms.

Unix Timestamp → Date

Local
Thursday, August 27, 2026 at 11:58:16 AM UTC
UTC
Thu, 27 Aug 2026 11:58:16 GMT
ISO 8601
2026-08-27T11:58:16.000Z

Date → Unix Timestamp

1787831880

About the Timestamp Converter

A Unix timestamp counts the seconds elapsed since 1 January 1970 UTC. It is unambiguous and timezone-free, which makes it the default way to store instants in logs, databases and JWT claims.

Confusion usually comes from units: JavaScript works in milliseconds while most backends use seconds. Ten-digit values are seconds, thirteen-digit values are milliseconds.

Frequently asked questions

Related tools

JSON to YAML

Converters

Convert JSON documents into readable YAML.

Open Tool

YAML to JSON

Converters

Parse YAML and convert it into formatted JSON.

Open Tool

JSON to CSV

Converters

Turn an array of JSON objects into a CSV table.

Open Tool

CSV to JSON

Converters

Convert CSV or delimited text into a JSON array.

Open Tool