Unix Timestamp Converter

Convert between Unix timestamp (seconds) and datetime.

Current timestamp:

Usage

Enter Unix timestamp (seconds) for datetime, or pick datetime for timestamp. Millisecond support.

When to use

Checking API datetime params, converting log timestamps, verifying DB datetime columns.

Examples

1700000000 → 2023/11/15 12:13:20 (JST), get current timestamp.

Related tools