πŸ•
πŸ—„οΈ

Convert Timestamps for Database Queries

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

No login required
Now:2026-05-27 11:22:35 UTC1779880955s Β· 1779880955061ms
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.

How It Works

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

Why use ours?

βœ“Completely free β€” no hidden costs, ever
βœ“No account, email, or login required
βœ“Files never leave your device
βœ“No file size limits whatsoever
βœ“No watermarks on any output

Also check out…

Frequently Asked Questions