타임스탬프 변환

Unix 타임스탬프와 날짜 상호 변환, 초/밀리초 단위 지원

이 도구 정보

Convert between Unix timestamps and dates in both directions, auto-detecting seconds vs milliseconds. Essential for backend dev, log analysis and API debugging.

How to use

  1. Enter a timestamp (e.g. 1700000000) and click "Timestamp → Date"
  2. Or enter a date and click "Date → Timestamp"
  3. View the result with second and millisecond precision

Example

Timestamp 1700000000 corresponds to 2023-11-14 22:13:20 (UTC+8).

FAQ

How to distinguish seconds vs milliseconds?

10 digits = seconds, 13 digits = milliseconds. This tool auto-detects: values below 1e12 are treated as seconds.

What is the epoch?

Unix timestamps count from 1970-01-01 00:00:00 UTC.