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.
Number each line of your text sequentially. Customize start number and format. Useful for code snippets, tutorials, and document review. Private operation.
Create .srt subtitle files manually by adding lines and setting times with a simple player. Download the result. Local.
Dual-function tool: a precise stopwatch with laps and a configurable countdown timer with alarm sound. Works offline, perfect for activities.
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.
Connect to a serial device (Arduino, etc.) via the Web Serial API. Send and receive text. No native app needed.
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.
Paste a phone number and format it according to the E.164 standard. Identify country and detect common typos. Local parser.
Run multiple named timers simultaneously for cooking. Presets like pasta, rice, etc. Audio alarm. Works in background.
Fill in container image and ports. Generate a Deployment and Service YAML with best practices. Start your K8s journey.
An animated hourglass that you can set for any time. Watch the sand flow. Beautiful and calming timer.
Generate random license keys or serial numbers in various formats (XXXX-XXXX-XXXX). Useful for software activation testing. Local generation.
Convert an SVG shape into a CSS maskβimage. Transparent regions become masked. Great for custom image crops. Clientβside.
Upload a photo to create a numbered painting canvas with color swatches. Print and paint. Local only.
Generate classic retro sound effects (coin, jump, explosion) using oscillators and noise. Play and download as WAV. Web Audio API fun.
Flip images vertically or horizontally, and rotate in 90Β° increments. Quick and simple editing right in the browser. Download the corrected image instantly.
Paste start and end SVG paths with the same number of points and preview a smooth morph animation. Copy SMIL code.
Generate custom placeholder images for mockups and layouts. Specify dimensions, colors, and text. Export as PNG or use the generated data URI. Entirely browser-based.
Paste a list of URLs or texts and generate QR codes all at once. Download as individual images or a single sheet.
Adjust opacity visually with a slider and see the different CSS representations (opacity property vs RGBA/HSLA). Copy best option.
Design a custom counter style with symbols, range, and speakβas. Preview ordered lists with your new style. Export the CSS rule.
Design custom unordered and ordered lists with images, strings, or counters. Preview and copy the CSS.
Build an accessible modal using the native <dialog> element. Customize backdrop, content, and open/close logic. Copy the code.
Generate a subtle or heavy noise/grain texture as a CSS background. Adjust intensity and color. Copy the small code.
Get a clean, commented JS plugin skeleton with IIFE or ES module pattern. Start your new library faster.
Upload multiple SVGs and combine them into a single SVG sprite sheet with `<symbol>` and `<use>`. Fast icon system.
Generate a grey placeholder image with custom text and dimensions. Data URI output. No external service.