Current Epoch Time

Get current timestamp in various formats

Current Time Information

Current Timestamp: 1771738131
Milliseconds: 1771738131900
ISO String: 2026-02-22T05:28:51.900Z
Local Time: 2/22/2026, 5:28:51 AM

Current Epoch Time

Get the current time in multiple formats including Unix timestamp, milliseconds, ISO string, and local time representation.

Epoch time (Unix timestamp) is the number of seconds since January 1, 1970, 00:00:00 UTC.

Time Format Uses

Unix Timestamp

Standard format for databases, APIs, and system logs.

Milliseconds

JavaScript Date objects and high-precision timing.

ISO String

International standard format for data exchange.