🕐 타임스탬프 변환기

Unix 타임스탬프와 사람이 읽을 수 있는 날짜 간에 변환해요

🔒 이미지가 기기 밖으로 나가지 않아요. 모든 처리는 JavaScript Date API를 사용하여 브라우저에서 로컬로 이루어져요. 업로드, 서버, 추적이 없어요.

기능

  • Unix Timestamp Conversion — Convert between Unix timestamps (seconds since epoch) and human-readable dates.
  • Local & UTC Time — See both local timezone and UTC representations simultaneously.
  • ISO 8601 Format — Get the standard ISO 8601 date string used by most APIs.
  • Relative Time — See how long ago or in the future a timestamp is.

작동 방식

  1. Enter a timestamp or date — Type a Unix timestamp or select a date and time.
  2. View all formats — See the timestamp in Unix, ISO 8601, local time, UTC, and relative format.
  3. Copy what you need — Click any format to copy it to your clipboard.

활용 사례

  • Debug API timestamps in logs and responses
  • Convert database timestamps to readable dates
  • Calculate time differences between events

자주 묻는 질문

Does it support millisecond timestamps?

Yes. The tool auto-detects whether a timestamp is in seconds or milliseconds and converts accordingly.

What timezone is used?

The tool shows both your local timezone and UTC. Conversions use your browser's timezone settings.

관련 도구