Skip to content
ConvertMyStuff
Tool

Unix Timestamp Converter

Convert Unix timestamps to readable dates and back.

Time & Date Tools

What this tool does

Convert between Unix epoch seconds and human-readable date strings.

How to use

  1. Enter a Unix timestamp or pick a date.
  2. Switch between to-date and to-timestamp modes.
  3. Copy the converted value.

Examples

Epoch zero

Input: 0

Output: 1970-01-01 00:00:00 UTC

Unix epoch starts at 1970-01-01T00:00:00Z.

Common use cases

  • Debug API responses
  • Convert log timestamps
  • Work with database epoch fields

FAQ

Seconds or milliseconds?

This tool uses Unix seconds; multiply milliseconds by 1000 if needed.

What timezone is used?

Timestamps convert relative to UTC unless a zone is specified.

Can I get current timestamp?

Use the current time button if available in the tool.

Source notes

  • Unix time: seconds since 1970-01-01 00:00:00 UTC.

Browse all tools →

Last reviewed: 2026-05-23