CodeScript

Timestamp Converter

Convert between Unix timestamps and human-readable dates.

What it does

Converts a Unix timestamp (seconds or milliseconds since Jan 1, 1970 UTC) into a human-readable date in a timezone of your choice, and converts a picked date/time back into a Unix timestamp.

FAQ

This tool auto-detects based on digit count: 10-digit numbers are treated as seconds, 13-digit numbers as milliseconds.

Related tools