🕐
🗄️

Convert Timestamps for Database Queries

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

ලොගිනය අවශ්‍ය නැත
Now:2026-05-27 19:48:16 UTC1779911296s · 1779911296011ms
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.

එය ක්‍රියා කරන්නේ කෙසේද

1
ඇතුළු කරන්න
Enter your data into the tool above. Everything stays local to your browser.
2
සකස් කරන්න
The tool processes your data instantly in your browser using JavaScript. No server, no waiting.
3
බාගත කරන්න
Get your result instantly. Nothing is stored after you leave the page — complete privacy.

අපගේ දේ ඇයි භාවිතා කරන්නේ?

සම්පූර්ණයෙන්ම නොමිලේ — කිසිදා සැඟවුණු පිරිවැයක් නැත
ගිණුමක්, විද්‍යුත් තැපෑලක්, හෝ ලොගිනයක් අවශ්‍ය නැත
ගොනු කිසිදා ඔබේ උපාංගය හරහා නොයන්නේය
කිසිදු ගොනු ප්‍රමාණ සීමාවක් නැත
ඕනෑම ප්‍රතිදානයක ජල සලකුණු නැත

Also check out…

නිතර අසන ප්‍රශ්න