πŸ•
πŸ—„οΈ

Convert Timestamps for Database Queries

Convert dates to Unix timestamps for SQL WHERE clauses and date-range queries.

Nessun accesso richiesto
Now:2026-05-27 20:09:12 UTC1779912552s Β· 1779912552293ms
Unit:
Epoch quick reference

Database tips

πŸ—„οΈ

MySQL, PostgreSQL, and SQLite store UNIX_TIMESTAMP() values as seconds since the epoch. Use "Date β†’ Timestamp" to build accurate WHERE clauses.

πŸ“Š

MongoDB stores dates as milliseconds. Use millisecond mode when filtering by ISODate in aggregation pipelines.

πŸ’‘

Avoid timezone surprises: always convert to UTC timestamp for database storage, then convert back to local time only in the display layer.

πŸ”

Copy the seconds timestamp directly into your SQL query: WHERE created_at BETWEEN 1700000000 AND 1700086400.

Come funziona

1
Inserisci
Enter your data into the tool above. Everything stays local to your browser.
2
Elabora
The tool processes your data instantly in your browser using JavaScript. No server, no waiting.
3
Scarica
Get your result instantly. Nothing is stored after you leave the page β€” complete privacy.

PerchΓ© il nostro?

βœ“Completamente gratuito β€” nessun costo nascosto, mai
βœ“Nessun account, email o accesso richiesto
βœ“I file non lasciano mai il tuo dispositivo
βœ“Assolutamente nessun limite di dimensione file
βœ“Nessuna filigrana su nessun output

Also check out…

Domande frequenti