createademo
FeaturesEverything in the editorFree Tools30+ tools, no signupChrome ExtensionRecord right in your browser
Pricing
BlogGuides & playbooksHelp CenterDocs & supportAboutWhy we built this
Sign inGet started
Tools/Timestamp Converter
Developer

Timestamp Converter

Convert Unix timestamps to and from dates.

Current Unix time

—

About this tool

A Unix timestamp counts seconds since 1 January 1970 UTC. It is how most systems store time, because it is a single number with no timezone or formatting attached — and it is unreadable to humans, which is why you end up here with a log line in front of you.

Converts in both directions, in seconds or milliseconds, showing both UTC and your local time.

Common questions

Seconds or milliseconds — how do I tell?

By length. A 10-digit timestamp is seconds; 13 digits is milliseconds. Unix tooling and most databases use seconds, while JavaScript's Date.now() returns milliseconds, which is where the confusion usually starts.

Why is my converted time off by a few hours?

A timestamp is always UTC. If the displayed time is wrong by a whole number of hours, something applied a timezone offset — often a database driver or a display layer helpfully converting to local time when it should not.

What is the 2038 problem?

Systems storing timestamps in a signed 32-bit integer overflow on 19 January 2038 and wrap to a negative number, reading as 1901. Anything using 64-bit time is unaffected, which covers most modern platforms but not all embedded ones.

Related tools

JSON FormatterBase64 Encode / DecodeUUID GeneratorPassword Generator

Turn it into an interactive demo

createademo turns screenshots and recordings into demos your buyers click through themselves. Free plan, full editor, no credit card.

Try createademo free
createademo

Create interactive product demos in minutes. No video editing required.

Product

FeaturesPricingHelp CenterBlogFree Tools

Company

AboutContactChrome Extension

Legal

Privacy PolicyTerms of ServiceSecurity

© 2026 createademo. All rights reserved.