Unix 타임스탬프 변환기

Live 무료 · 가입 불필요 · 데이터 저장 안 함
Current Unix Timestamp
— ms
Timestamp → Date ts
Invalid timestamp
Date → Timestamp date
Date & Time (Local)
Date & Time (UTC)
Unix Timestamp (seconds)
Milliseconds
Common Reference Timestamps
Copied!

더 많은 개발 도구

Cron 생성기
일정 만들기
정규식
실시간 테스트
URL 인코더
퍼센트 인코딩
계산기
표준/과학
단위 변환
변환
JSON→YAML
YAML로 변환
Base64
인코딩/디코딩
JSON 포매터
형식화·검증·압축

왜 이것이 최고의 Unix 타임스탬프 변환기인가

에포크를 사람이 읽을 수 있는 날짜로

Convert any Unix timestamp (seconds or milliseconds) to a readable date and time in your local timezone or UTC.

날짜를 에포크로

Convert a human-readable date and time back to its Unix timestamp in both seconds and milliseconds.

실시간 시계

See the current Unix timestamp updating in real-time — useful for debugging time-sensitive code.

밀리초 지원

Handles both second-precision (10-digit) and millisecond-precision (13-digit) Unix timestamps automatically.

자주 묻는 질문

What is a Unix timestamp?

A Unix timestamp is the number of seconds (or milliseconds) elapsed since January 1, 1970 00:00:00 UTC, also known as the Unix epoch. It is the standard way to represent time in programming.

What is the difference between seconds and milliseconds timestamps?

Second timestamps are 10 digits (e.g. 1700000000) and millisecond timestamps are 13 digits (e.g. 1700000000000). This tool automatically detects which format you are using.

When does Unix time overflow (Year 2038 problem)?

On 32-bit systems, the Unix timestamp overflows on January 19, 2038. Modern 64-bit systems extend this to the year 292 billion, so it is not a practical concern today.

심층 가이드
개발자 필수 도구 가이드
정규식, Cron, 타임스탬프, URL 등
가이드 읽기