محول الحقبة

تحويل بين الطوابع الزمنية UNIX والتواريخ القابلة للقراءة البشرية

الطابع الزمني الحالي

عصر (ثواني): 1757912712
عصر (ميلي ثانية): 1757912712492
القراءة البشرية: 2025-09-15T05:05:12.492Z
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

تاريخ التحويل

لا توجد تحويلات حتى الآن

مرجع سريع

الطابع الزمني لعصر:

عدد الثواني/ميلي ثانية منذ 1 يناير 1970 بالتوقيت العالمي

التنسيقات المدعومة:

  • • ISO 8601: 2024-01-01T12: 00: 00.000z
  • • لغة: 1/1/2024 ، 12:00:00 مساءً
  • • التوقيت العالمي: الاثنين ، 01 يناير 2024 12:00:00 بتوقيت جرينتش
  • • مخصص: yyyy-mm-dd hh: mm: ss

أمثلة:

  • • 1704110400 (ثانية)
  • • 1704110400000 (ميلي ثانية)
  • • 2024-01-01 12:00:00
  • • 1 يناير 2024

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.