Unix Timestamp epoch
Convert Unix timestamps to dates and dates back to timestamps.
current epoch ยท โ sec ยท โ ms
โ
Timestamp โ Date
Date โ Timestamp
Tool Guide
What this tool does
Supports both seconds and milliseconds.
When to use it
Unix Timestamp is useful during Convert work when you need to quickly convert, inspect, format, or generate small pieces of developer data. It is intended for API responses, configuration snippets, logs, test inputs, and browser-side checks.
Input and output example
Input example: 1715155200
Output example: Human-readable date and time in the selected timezone
Notes and limitations
Use the result as a development aid and verify it before applying it to production systems. Check encoding, timezone, security, and format requirements when the output will be used in an application. Related concept: epoch.