Timestamp Converter

Switch between Unix timestamps and formatted date-time values.

Choose a conversion direction.

Unix timestamp converter for developers

Convert Unix epoch seconds to readable local and UTC date-time values, or convert a selected date-time back to a Unix timestamp. This is useful for debugging logs, APIs, databases, and scheduled tasks.

How to use

  1. Enter a Unix timestamp in seconds and convert it to date, or choose a date and convert it to timestamp.
  2. Use Current Time to load the current local time and epoch value.
  3. Compare local output with UTC when working across time zones such as IST.

FAQ

Does this use seconds or milliseconds?
The input uses Unix timestamp seconds. Millisecond timestamps should be divided by 1000 first.
Can I use it for IST?
The local result follows your browser time zone, so users in India will see local IST output.