TToolspot

Unix Timestamp Converter

Convert between Unix timestamps and dates. Auto-detects seconds vs. milliseconds.

Current Unix Timestamp

Seconds

1778048278

Milliseconds

1778048278067

Timestamp to Date

Date to Timestamp

How to Use

Enter a timestamp to convert to a date/time, or enter a date/time to convert to a timestamp. The current timestamp is also displayed in real-time.

How It Works

Automatically detects seconds vs. milliseconds (10 digits = seconds, 13 digits = milliseconds) and converts using JavaScript's Date object.

よくある質問

Unixタイムスタンプとは何ですか?
1970年1月1日00:00:00(UTC)からの経過秒数で日時を表す形式です。プログラミングやデータベースで広く使用されています。
ミリ秒のタイムスタンプにも対応していますか?
はい。秒単位(10桁)とミリ秒単位(13桁)の両方のタイムスタンプに対応しています。入力値の桁数から自動判定されます。
入力データはサーバーに送信されますか?
いいえ。すべての処理はお使いのブラウザ上で行われ、入力データが外部サーバーに送信されることはありません。安心してご利用ください。
スマートフォンでも使えますか?
はい。レスポンシブデザインに対応しており、スマートフォン・タブレット・PCなどあらゆるデバイスで快適にご利用いただけます。

Related Tools