시간 도구

Unix 타임스탬프 변환기

Unix 타임스탬프와 날짜를 변환하고 UTC와 여러 시간대를 지원합니다.

Live clock

Current Unix timestamp

Updates every second. It never replaces text you are editing.

Seconds
Milliseconds
Whole numbers only. Spaces around a pasted value are removed.
Examples

대부분의 도구는 브라우저에서 로컬로 처리합니다. 배경 제거는 선택한 이미지를 서버에서 처리한 뒤 원본을 삭제합니다.

사용 방법

  1. Choose Timestamp → Date or Date → Timestamp.
  2. Enter a whole-number timestamp, or choose a date, time and IANA time zone.
  3. Select Convert, then copy one value or all results. All calculations stay in your browser.

이런 경우에 유용합니다

  • Debugging API and database dates
  • Planning events across time zones
  • Checking logs and scheduled jobs

알아둘 점

Auto Detect uses a numeric range heuristic: values up to 100 billion are treated as seconds and larger values as milliseconds when both fit the JavaScript date range. Choose a unit explicitly for unusual historical or far-future values.

자주 묻는 질문

What is the current Unix timestamp?

The live clock at the top of this page shows the current Unix timestamp in seconds and milliseconds and updates every second.

Is Unix time measured in seconds or milliseconds?

The original Unix time convention counts seconds since 1970-01-01 00:00:00 UTC. Many JavaScript APIs use milliseconds, so this tool supports both.

Does Unix time use UTC?

Yes. Unix timestamps represent an instant relative to UTC and do not contain a time-zone name. The same value can be displayed in local time or any IANA time zone.

How can I tell if a timestamp is seconds or milliseconds?

Common current seconds values are around 1.7 billion, while current milliseconds values are around 1.7 trillion. Auto Detect uses a numeric range rule; select Seconds or Milliseconds when you know the source.

Can Unix timestamps represent dates before 1970?

Yes. Negative values represent instants before the Unix epoch. For example, -1 second is 1969-12-31 23:59:59 UTC.

Is my data uploaded to a server?

No. Dates, times and timestamps are calculated locally in your browser and are never uploaded to a server.

함께 사용해 보세요