🕐 타임스탬프 변환기
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.
작동 방식
- Enter a timestamp or date — Type a Unix timestamp or select a date and time.
- View all formats — See the timestamp in Unix, ISO 8601, local time, UTC, and relative format.
- 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.
관련 도구
- 📏 단위 변환기 — 길이, 무게, 온도, 데이터 등의 단위 간에 변환해요
- { } JSON 포매터 — JSON을 보기 좋게 인쇄, 축소화, 검증하고 통계를 봐요
- #️⃣ 해시 생성기 — 텍스트 또는 파일에서 암호화 해시를 생성해요