日数を時間数に変換する
日数を時間数に変換する
日付と時刻をDiscordの特殊なタイムスタンプ形式に変換し、各ユーザーのローカルタイムゾーンと言語に自動的に適応します
Discordタイムスタンプは、日付と時刻を動的に表示する特殊な構文です。固定時間を表示する代わりに、各視聴者のローカルタイムゾーンと言語に自動的に変換されます — 誰もが自分の場所に合わせた正確な時間を確認できます。1行に1つの日付を入力し、形式を選択して、結果を直接Discordに貼り付けるだけです。このツールは各行を独立して処理します — 空白行は出力で保持され、無効な行は ❌ でマークされ、有効な日付は即座に変換されます。UTCモードを有効にすると、ローカルタイムゾーンに関係なく一貫した結果が得られます。
タイムスタンプがDiscordでどのように表示されるかを選択 — 各オプションにマウスを合わせると例が表示されます
In this example, we convert a single datetime into a Discord timestamp using the Long Date & Time format (F). The input is an ISO 8601 datetime string and the output is a Discord timestamp that will display the full date and time in each viewer's local timezone.
タイムスタンプがDiscordでどのように表示されるかを選択 — 各オプションにマウスを合わせると例が表示されます
In this example, we convert multiple datetimes at once — one per line. Blank lines are preserved in the output. Each valid datetime is converted to a Discord timestamp using the Short Date & Time format (f).
タイムスタンプがDiscordでどのように表示されるかを選択 — 各オプションにマウスを合わせると例が表示されます
In this example, we use the Relative format (R) which displays how long ago or how far in the future a datetime is — for example "2 hours ago" or "in 3 days". This format is useful for countdowns or activity feeds and updates dynamically in Discord.
タイムスタンプがDiscordでどのように表示されるかを選択 — 各オプションにマウスを合わせると例が表示されます