Unix 타임스탬프 변환
유닉스 타임스탬프와 날짜·시각을 상호 변환
타임스탬프를 입력하고 변환을 누르세요.Enter a timestamp and press convert.
날짜·시각을 입력하고 변환을 누르세요.Enter a date and time, then press convert.
입력한 값은 브라우저에서만 처리되며 서버로 전송·저장되지 않습니다.Your input is processed entirely in your browser — never uploaded or stored.
Unix 타임스탬프 변환이란?
Unix 타임스탬프(epoch time)는 1970-01-01 00:00:00 UTC부터 경과한 시간을 초 또는 밀리초로 나타낸 값입니다. 이 도구는 타임스탬프를 사람이 읽는 날짜로, 반대로 날짜를 타임스탬프로 변환합니다. 상단에는 현재 타임스탬프가 1초마다 갱신되어 표시됩니다.
초/밀리초 자동판별 방식
숫자 자릿수가 10자리 이하면 초, 11자리 이상이면 밀리초로 자동 판별합니다. 예를 들어 1700000000은 초, 1700000000000은 밀리초로 해석됩니다. 자동판별이 의도와 다르면 단위 select에서 직접 지정하세요.
개인정보·처리 방식
모든 변환은 브라우저의 Date API만으로 이루어집니다. 입력한 값은 서버로 전송되거나 저장되지 않습니다.
What is this tool?
A Unix timestamp (epoch time) counts seconds or milliseconds since 1970-01-01 00:00:00 UTC. This tool converts a timestamp to a human-readable date, and a date back to a timestamp. The current timestamp updates every second at the top.
How auto-detection works
If the number has 10 digits or fewer it is treated as seconds; 11 digits or more is treated as milliseconds. For example 1700000000 is seconds and 1700000000000 is milliseconds. Override with the unit select if needed.
Privacy & processing
All conversion happens using the browser's Date API only. Your input is never uploaded or stored.