Skip to content
BaroConvert

Utility

Time Converter

The tool for lining up meeting times across the world or reading Unix timestamps from logs. Time zone conversion applies daylight saving automatically, and timestamps are detected as seconds or milliseconds. Every calculation finishes in your browser.

Time zone conversion

Pick a date and time in the source time zone to see it in the target time zone. Daylight saving time (DST) is applied automatically.
Time to convert

Result

Pick a date and time to see the result instantly.

Unix timestamp → date

Enter a Unix timestamp to convert it into a readable date, with seconds and milliseconds detected automatically.

Around 10 digits is read as seconds; around 13 digits as milliseconds.

Result

Enter an integer timestamp to see the result instantly.

Date → Unix timestamp

Pick a date and time to compute the Unix timestamp in the selected time zone.
Date to convert

Result

Pick a date and time to see the timestamp instantly.

How to use

  1. Set the source time

    Pick a date and time, then choose the time zone it belongs to. Major cities like Seoul are at the top of the list.

  2. Pick the target time zone

    Choose the city you want the result in and the converted time appears instantly — including a note whenever the date shifts by a day.

  3. Convert timestamps too

    The sections below turn Unix timestamps into dates and dates into timestamps. Press Use current time to fill in the timestamp for right now.

Frequently asked questions

Is daylight saving time (DST) applied?

Yes. The converter uses the IANA time zone database built into your browser, so regions with DST like New York and London automatically get the correct offset for the selected date.

What is a Unix timestamp?

It's the number of seconds elapsed since 00:00:00 UTC on January 1, 1970. It's the standard way to record time in server logs, databases, and API responses.

How are seconds and milliseconds distinguished?

By the size of the number: values of one trillion (10¹²) or more are read as milliseconds, and smaller values as seconds. Present-day timestamps are about 10 digits in seconds and 13 digits in milliseconds.

Which time zones can I choose from?

Any of the 400+ IANA time zones your browser provides. Major zones like Seoul, UTC, New York, and London are pinned to the top of the list.

Is the time I enter sent to a server?

No. Both time zone conversion and timestamp conversion run in your browser, and nothing you enter is sent anywhere.