Epoch Converter
Convert Unix timestamps to human-readable dates and vice versa. Useful for debugging APIs, logs, databases, and automation jobs.
Date.now() returns milliseconds; most Unix tools use seconds.
| UNIT | SECONDS | MILLISECONDS |
|---|---|---|
| 1 Minute | 60 | 60,000 |
| 1 Hour | 3,600 | 3,600,000 |
| 1 Day | 86,400 | 86,400,000 |
| 1 Week | 604,800 | 604,800,000 |
| 1 Month (30d) | 2,592,000 | 2,592,000,000 |
| 1 Year (365d) | 31,536,000 | 31,536,000,000 |
> In JavaScript, Date.now() returns milliseconds since 1970-01-01 UTC.
[ RELATED MODULES ]
ULID Generator
Generate ULIDs (Universally Unique Lexicographically Sortable Identifiers) instantly.
Logo Lookup
Look up company logos by domain and copy direct logo URLs from multiple providers.
Open Graph Checker
Check og:image, Open Graph tags, title, canonical, robots, and Twitter card metadata for any public URL.
HackerNews Browser
Browse Hacker News top, new, and best stories with filtering by minimum score.
UUID Generator
Generate unique random IDs (UUID v4) instantly in your browser.
Password Generator
Create secure passwords with custom options, instantly and privately.
Count Days
Count calendar days between two dates or shift a date forward and backward with repeats.
Word Counter
Count words, characters, and estimate reading time with advanced text analysis.