エポックコンバーター

UNIXタイムスタンプと人間の読み取り可能な日付を変換します

現在のタイムスタンプ

エポック(秒): 1757912642
エポック(ミリ秒): 1757912642080
人間読み取り可能: 2025-09-15T05:04:02.080Z
Choose whether to work with seconds or milliseconds
Select the output format for converted dates

エポック→人間

Enter Unix timestamp in seconds or milliseconds
Convert Unix timestamp to human-readable date

人間→エポック

Enter date in various formats: ISO 8601, locale format, or natural language
Convert human-readable date to Unix timestamp

変換履歴

まだ変換はありません

クイックリファレンス

エポックタイムスタンプ:

1970年1月1日以降の秒数/ミリ秒UTC

サポートされている形式:

  • • ISO 8601: 2024-01-01T12:00:00.000Z
  • • ロケール: 1/1/2024、午後12:00:00
  • • UTC: 月、2024年1月1日12:00:00 GMT
  • • カスタム: yyyy-mm-dd hh:mm:ss

例:

  • • 1704110400(秒)
  • • 1704110400000(ミリ秒)
  • • 2024-01-01 12:00:00
  • • 2024年1月1日

Unix Timestamp Converter - Epoch Time Tool

Unix time, or epoch time, counts seconds since 00:00:00 UTC on 1 January 1970. This page converts between epoch values and human‑readable dates so you can debug logs, timestamps, and schedules.

What is epoch time?

Epoch time represents an absolute instant as an integer. Many systems use seconds, while some use milliseconds. Because it’s timezone‑agnostic, epoch values make it easy to compare and store times across systems, but you must render them in a user’s timezone for display.

How conversion works

Enter a Unix timestamp to see a formatted date in UTC or your local timezone. You can also pick a date and see the corresponding epoch value. The tool supports milliseconds and handles daylight saving transitions according to selected zones.

About the Epoch Converter

Use it to troubleshoot time drift, convert logs from services that emit epoch values, or validate job schedules. Clear labels help you avoid off‑by‑1000 errors between seconds and milliseconds.

Consistent conversion prevents scheduling errors and misread logs. Standardize on UTC internally and convert at the edges for users.