Penglab Converter

Unix Timestamp Converter

Convert Unix time ↔ human-readable date.

Now: 1774580154 (sec) / 1774580154744 (ms)

Unix → Date

// Result will appear here

Date → Unix

// Result will appear here

Quick guide

What this tool does

Convert epoch timestamps to readable dates and turn human-readable dates back into Unix seconds or milliseconds.

How to use it

Enter a Unix timestamp in seconds or milliseconds, or type a readable date and time, to convert between epoch values and human-readable output.

When this tool is useful

Translate log timestamps during incident investigation. Check event queue or webhook execution timing across systems. Convert human-readable schedules into epoch values for APIs.

Common use cases

Translate log timestamps during incident

Translate log timestamps during incident investigation.

Check event queue or webhook

Check event queue or webhook execution timing across systems.

Convert human-readable schedules into epoch

Convert human-readable schedules into epoch values for APIs.

Example input and output

Example input

1773449301

Expected output

2026-03-12T14:21:41.000Z (UTC)
03/12/2026, 14:21:41 (Local)

FAQ

Does it support milliseconds?

Yes. The tool accepts both 10-digit second timestamps and 13-digit millisecond timestamps.

Which timezone is shown?

Results show UTC plus your browser's local timezone, which is useful when debugging user-facing schedules.

Does Unix Timestamp run in the browser?

Yes. Unix Timestamp works in the browser so you can enter data, review the result, and copy the output without needing a separate desktop app.

Related tools

Feedback