Unix टाइमस्टैम्प · समय क्षेत्र · दिनांक गणना

समय कन्वर्टर

Unix टाइमस्टैम्प या दिनांक समय डालें और बीजिंग समय, UTC, चुना हुआ समय क्षेत्र, ISO, RFC और मिलीसेकंड देखें। बैच कन्वर्जन, समय अंतर और दिनांक जोड़ना या घटाना भी उपलब्ध है।

विश्व समय क्षेत्र रूपांतरण दृश्य

वर्तमान Unix समय

1785247696
चल रहा है
त्वरित विकल्प

टाइमस्टैम्प को पढ़ने योग्य समय में बदलें

सेकंड

दिनांक और समय को टाइमस्टैम्प में बदलें

एक ही क्षण को समय क्षेत्रों में तुलना करें

1s पहले

टाइमस्टैम्प और दिनांक बैच में बदलें

Unix टाइमस्टैम्प, ISO स्ट्रिंग और चुने गए क्षेत्र में yyyy-mm-dd hh:mm:ss समर्थित हैं।

स्रोतपढ़ने योग्य समयUnix सेकंड
17040672002024-01-01 05:30:00 UTC+05:301704067200
17040672000002024-01-01 05:30:00 UTC+05:301704067200
2026-07-28 18:30:002026-07-28 18:30:00 UTC+05:301785243600
2026-07-28T10:30:00Z2026-07-28 16:00:00 UTC+05:301785234600

समय अंतर और दिनांक गणना

अवधि0d 1h 0m 0s

समय जोड़ें या घटाएं

गणना किया समय2026-07-29 19:38:16 UTC+05:30

01

आम समय रूपांतरण एक जगह

timestamp, UTC, समय क्षेत्र तालिका और दिनांक कैलकुलेटर के बीच स्विच करने की जरूरत नहीं।

Seconds and milliseconds

10, 13, 16, and 19 digit Unix values are parsed as the common timestamp units.

UTC and Beijing together

Two common baselines for APIs, logs, and China-facing operations appear in one result panel.

Batch conversion

Paste multiple timestamps, ISO strings, or date values and copy a CSV result.

Time difference

Calculate days, hours, minutes, and seconds between two instants for expiry, latency, and billing checks.

Date arithmetic

Add days, hours, and minutes to any base time for deadlines, schedules, and token expiry windows.

Runs in the browser

Conversion happens in the current browser; logs, API values, and business timestamps do not need to be uploaded.

02

Convert in three steps

01

Enter a timestamp

Paste Unix seconds, milliseconds, microseconds, or nanoseconds. Common lengths are detected automatically.

02

Choose a time zone

Convert the same instant across Beijing, UTC, New York, London, Tokyo, and other common zones.

03

Copy the result

Copy Unix seconds, milliseconds, ISO, RFC, or CSV batch output directly.

03

भाषाओं के लिए timestamp उदाहरण

Use the converted values to check API payloads, database rows, scripts, and logs.

पर्यावरणवर्तमान timestamptimestamp से दिनांक
JavaScriptMath.floor(Date.now() / 1000)new Date(1704067200 * 1000)
Pythonint(time.time())datetime.fromtimestamp(1704067200, timezone.utc)
PHPtime()date("c", 1704067200)
MySQLUNIX_TIMESTAMP(NOW())FROM_UNIXTIME(1704067200)
PostgreSQLEXTRACT(EPOCH FROM NOW())to_timestamp(1704067200)
Shelldate +%sdate -r 1704067200

FAQ

समय रूपांतरण FAQ

Which time zone does a Unix timestamp use?

A Unix timestamp is the number of seconds since 1970-01-01 00:00:00 UTC. It does not carry a time zone; zones only change the displayed calendar text.

What is the difference between 10 and 13 digit timestamps?

10 digits usually means seconds, while 13 digits usually means milliseconds. This tool also handles common 16 digit microseconds and 19 digit nanoseconds.

Is Beijing time UTC+8?

Yes. Beijing time uses the Asia/Shanghai time zone. It currently has no daylight saving time and is normally UTC+08:00.

Is batch conversion uploaded?

No. Values are parsed and formatted in the current browser session.

Why does the same date create different timestamps in different zones?

A wall-clock input like 2026-07-28 09:00 refers to different real instants in different time zones, so the Unix timestamp changes.