Time & Date

Bulk Discord Timestamp Generator

Generate many Discord timestamps at once, copy them all, and import or export as CSV.

This bulk generator turns a list of dates into Discord timestamps in one pass. Add a row per moment, choose a style for each, and copy the codes individually or all at once. You can also import a CSV of dates and export your results as CSV. Everything runs locally in your browser — no upload.

LabelDate & timeStyleCodeReset

How to use

  1. Add a row for each date and choose its format.
  2. Copy codes one by one, or copy them all at once.
  3. Import or export your list as a CSV file.

FAQ

What CSV format does the import expect?

Columns in the order label, date-time, format, where date-time is an ISO value like 2024-04-20T18:30 and format is one of t, T, d, D, f, F, R. A header row is optional and detected automatically.

Can different rows use different styles?

Yes. Each row has its own format selector, so you can mix full date/time, relative, date-only and other styles in a single batch.

Is my data uploaded when I import a CSV?

No. The file is read in your browser with the FileReader API and never leaves your device. Export works the same way, generating the CSV locally.