Unix Timestamp Converter

Convert Unix timestamps to local time and date time back to timestamps.

Current timestamp
Control
Timestamp
Time

Get current Unix timestamp

JavaScript

Math.round(new Date() / 1000)

Go

time.Now().Unix()

Unix / Linux

date +%s

MySQL

SELECT unix_timestamp(now())

Use this page to convert Unix timestamps and date times. It focuses on second/millisecond timestamps or date times and produces local time, UTC time, or timestamps.

How to use

  1. Prepare second/millisecond timestamps or date times and paste, upload, or enter it as requested by the page.
  2. Adjust the available options, then run the process, conversion, generator, or lookup.
  3. Review local time, UTC time, or timestamps, then copy, download, or continue editing the result.

Examples

Typical use

Input

1717200000

Output

Shows the matching date time and can generate timestamps in reverse.
Privacy
Processed in browser Input not stored Review sensitive data

The input is mainly processed in your browser, and the page only uses browser capabilities needed to generate the result.

Frequently asked questions

Use second/millisecond timestamps or date times as expected by this page. If validation fails, try a smaller sample and check encoding, separators, file type, or expression syntax.

The usual causes are input format issues, browser support, or option settings. Verify the workflow with the sample first, then replace it with your own data.

You can copy ordinary results, but review critical fields and edge cases before production use, official submission, financial calculation, or publication.
Next steps

Related tools

After finishing this task, continue with these related tools.