Unix Timestamp

Get current Unix timestamp and convert to date formats.

What does Unix Timestamp do?

Unix Timestamp shows the current epoch time in real-time and converts any timestamp to multiple date formats including ISO, UTC, and relative time.

Use Cases

  • Get the current Unix timestamp for scripts and APIs
  • Convert timestamps to human-readable formats
  • Calculate relative time (e.g., "5 minutes ago")
  • Verify timestamp values in development

How to Use

  1. 1The current timestamp updates every second at the top
  2. 2Enter a timestamp in the input field to convert
  3. 3Click "Convert" to see all format outputs

Frequently Asked Questions

Is the timestamp in seconds or milliseconds?
This tool uses seconds (standard Unix timestamp). The current timestamp updates every second.
What formats are shown for converted timestamps?
The tool shows ISO 8601, UTC, local time, and relative time (e.g., "5 minutes ago").

Related Tools