Regex Tester
Write and test regular expressions with live match highlighting and flag support.
Open Tool →Convert Unix / epoch timestamps to dates, dates to epoch, and see any moment across 30+ world timezones instantly. Supports seconds, milliseconds, ISO 8601, and RFC 2822.
🌍 World Clock — Same Moment, Every Timezone
| City / Region | Timezone ID | Date & Time | UTC Offset |
|---|
A Unix timestamp — also called epoch time or POSIX time — is the number of seconds (or milliseconds) that have elapsed since the Unix epoch: 00:00:00 UTC on 1 January 1970. It is an integer, timezone-independent, and universally used in programming, APIs, databases, and operating systems worldwide.
A 10-digit number (e.g. 1708780800) is a Unix timestamp in seconds. A 13-digit number (e.g. 1708780800000) is in milliseconds, the format used by JavaScript's Date.now().
Math.floor(Date.now() / 1000)import time; int(time.time())time()UNIX_TIMESTAMP() (MySQL) or EXTRACT(EPOCH FROM NOW()) (Postgres)
time.time()), Unix shell, and most server-side languages.Date.now()), Java (System.currentTimeMillis()), and most modern web APIs.s / ms toggle in the tool to switch between both.
More Dev Tools
Write and test regular expressions with live match highlighting and flag support.
Open Tool →Paste any JSON array and download a perfectly formatted CSV in one click.
Open Tool →Convert between HEX, RGB, and HSL with a live visual preview.
Open Tool →