Date to Unix Epoch Converter - Online Human to Timestamp
Convert any humanβreadable date to a Unix timestamp in seconds or milliseconds. Also shows ISO 8601. Clean interface.
UD5 Toolkit
Convert Unix timestamps to human-readable dates and vice versa. Supports seconds & milliseconds. Real-time epoch clock included.
| Format | Example | Notes |
|---|---|---|
| Unix (seconds) | 1737043200 |
10 digits, standard Unix timestamp |
| Unix (milliseconds) | 1737043200000 |
13 digits, common in JavaScript Date.now() |
| ISO 8601 | 2025-01-16T12:00:00.000Z |
UTC, machine-readable |
| RFC 2822 | Thu, 16 Jan 2025 12:00:00 GMT |
Common in email headers & HTTP |
| Epoch Start | 1970-01-01T00:00:00.000Z (0) |
Unix epoch origin |
| Year 2038 Limit | 2038-01-19T03:14:07Z (2147483647) |
32-bit signed integer max |
0 corresponds to exactly this moment. Timestamps before this date are represented as negative numbers (e.g., -86400 = Dec 31, 1969).
Date.now()) and some logging systems for higher precision. Our tool auto-detects the format, but you can manually override it. When in doubt, if your timestamp has 10 digits it's seconds; 13 digits = milliseconds.
Math.floor(Date.now() / 1000) (seconds) or Date.now() (milliseconds)import time; int(time.time())time() (seconds) or microtime(true) (float with microseconds)date +%sSELECT UNIX_TIMESTAMP();-86400 corresponds to December 31, 1969, 00:00:00 UTC. However, not all systems support negative timestamps, and dates very far in the past may not be accurately represented due to calendar system differences and historical timezone changes.
Convert any humanβreadable date to a Unix timestamp in seconds or milliseconds. Also shows ISO 8601. Clean interface.
Convert JSON data structures to clean, human-readable YAML. Indentation and formatting preserved. All processing done locally for your privacy.
Record audio from your microphone and export as a WAV file. Monitor levels. Processed entirely in your browser.
Record audio from your microphone and export as a WAV file. Monitor levels. Processed entirely in your browser.
Enter a MIDI note number (0β127) or a musical note name and get the exact frequency in Hz. Piano keyboard picker.
Dual-function tool: a precise stopwatch with laps and a configurable countdown timer with alarm sound. Works offline, perfect for activities.
Generate cryptographic key pairs using the Web Crypto API. Export as JWK or raw. No server needed; pure security.
Convert between square meters, square feet, acres, hectares, and more. Essential for real estate and land measurements. Instant results, private data.
Generate encrypted passwords for .htaccess basic authentication. Create .htpasswd entries using bcrypt, MD5, or SHA. Server admin utility, local compute.
Convert a JSON array of strings or numbers into a singleβcolumn CSV. Quick data dump. Local.
Trim a video clip and convert it into an animated GIF. Adjust frame rate and size. Processing stays on your computer for privacy.
Paste lyrics and tap while the song plays to embed timestamps. Export as .lrc file for music players. All in browser.
Sing or play an instrument into the mic and see the detected pitch on a realβtime chromatic tuner. Use for practice or ear training.
Run multiple named timers simultaneously for cooking. Presets like pasta, rice, etc. Audio alarm. Works in background.
Connect to a serial device (Arduino, etc.) via the Web Serial API. Send and receive text. No native app needed.
Build Apache mod_rewrite rules for redirects or clean URLs. Fill in simple fields and get the .htaccess code.
Place rectangular pattern pieces on a virtual fabric width to optimize cutting layout and reduce waste. Simple manual drag & drop. Local only.
Generate random license keys or serial numbers in various formats (XXXX-XXXX-XXXX). Useful for software activation testing. Local generation.
Generate classic retro sound effects (coin, jump, explosion) using oscillators and noise. Play and download as WAV. Web Audio API fun.
Add items with category, color, season. Plan outfits. Drag and drop. Stored locally.
Fill in container image and ports. Generate a Deployment and Service YAML with best practices. Start your K8s journey.
Convert an SVG shape into a CSS maskβimage. Transparent regions become masked. Great for custom image crops. Clientβside.
Build a basic Nginx server block for a static site, reverse proxy, or PHP. Fill in the blanks and copy the config.
Design a custom analog clock face by choosing colors, hands, and numbers. Download as SVG or PNG. For craft or UI design.
Write SSML to control pitch, speed, and breaks. Play the generated speech with the browserβs TTS engine. Learn SSML.
Write a function name and get a complete unit test stub with describe, it, and expect. Follows AAA pattern.
Design a custom counter style with symbols, range, and speakβas. Preview ordered lists with your new style. Export the CSS rule.
Write a note encrypted with a passphrase, share the link. Once opened and decrypted, the note is deleted from browser storage. Local only.
An animated hourglass that you can set for any time. Watch the sand flow. Beautiful and calming timer.
Upload a logo to embed in the center of a QR code. High error correction so it still scans. Download PNG/SVG.