FIXLGSTOOLBOX
Date & Time Tools

053 · DATE & TIME

Unix Timestamp Converter

Convert Unix timestamps to readable dates or convert dates to Unix seconds and milliseconds.

LOCALCALCULATE IN YOUR BROWSER
LOCALInputs are calculated only in this browser and are not sent to or stored on a server.
Seconds
Milliseconds
TIMESTAMP WORKSPACE

Enter a timestamp and choose its unit

Input unit
RESULT
UTC01/01/1970, 00:00:00 UTC
Local Time01/01/1970, 00:00:00 UTC
ISO 86011970-01-01T00:00:00.000Z
Seconds0
Milliseconds0
WeekdayThursday

A Unix timestamp has no timezone. UTC and Local Time are two displays of the same instant.

NEXT WORK

Next work

RELATED TOOLS

Related tools

HOW TO USE

How to use

  1. 01

    Choose Timestamp → Date or Date → Timestamp.

  2. 02

    For timestamp input, explicitly choose seconds or milliseconds.

  3. 03

    For date input, enter a local date and time from your browser timezone.

  4. 04

    Review UTC, Local Time and ISO 8601, or seconds and milliseconds.

  5. 05

    Copy any result row you need.

TIMESTAMP GUIDE

Understanding timestamp units and timezones

The same instant can have different numeric units and different UTC/local displays.
SECONDS

10 digits

Modern Unix timestamps are commonly represented as 10-digit seconds.

MILLISECONDS

13 digits

JavaScript Date.now() commonly returns 13-digit milliseconds.

TIMEZONE

Same instant

The timestamp stays the same; timezone is applied only when displaying it.

IMPORTANT NOTES

Important notes

FAQ

Frequently asked questions

01What is a Unix timestamp?+

It is a numeric time value measured from 1970-01-01 00:00:00 UTC.

02What is the difference between 10 and 13 digits?+

10 digits are commonly seconds and 13 digits are commonly milliseconds, but digit count alone is not definitive.

03Why are UTC and Local Time different?+

They are two timezone displays of the same instant.

04Do date conversions return both units?+

Yes. Seconds and milliseconds are both shown.

05Are microseconds supported?+

Not in the first release scope.