Time Unit Converter
Convert time values across multiple units by entering a single number.
You can instantly convert between milliseconds, seconds, minutes, hours, days, and weeks, with all results updating automatically.
This tool is useful for estimating durations, checking time calculations, and converting values found in logs, configuration files, or documentation.
By selecting the source unit, all other units are recalculated in real time, allowing quick comparison without manual math.
All calculations are performed directly in your browser.
No input values are sent to any server, making this converter fast, simple, and safe for everyday development and reference use.
Converted values
Updated automaticallyTime Unit Converter
Timeouts, cache TTLs, retry delays, monitoring intervals, animation durations, and job schedules often use different units. This converter helps translate milliseconds, seconds, minutes, hours, and days so settings are easier to review before they reach production.
Common use cases
- Check timeouts: Convert
30000msto30 secondsor5 minutesto300000ms. - Review cache TTLs: Translate Redis, CDN, API, or browser cache values into readable durations.
- Verify polling intervals: Confirm retry delays, cron-related intervals, and monitoring windows.
Unit mistakes are common
Some libraries expect milliseconds while others expect seconds. Before pasting a value into configuration, check the documentation and convert the number into the exact unit the system expects.
Articles for this tool
Recent Articles
CREATE TABLE Reference: MySQL vs PostgreSQL vs SQLite Types & Constraints
A cross-database CREATE TABLE (DDL) reference with cheat sheets for data types, auto-increment keys (AUTO_INCREMENT / IDENTITY / rowid), foreign key ON DELETE behavior, and the CHECK constraint that MySQL silently ignores.
How CREATE TABLE Generation From a Visual Table Design Works | DDL Builder
A look inside DDL Builder, which turns a visually designed table into CREATE TABLE statements and an ER diagram. Covers the MySQL/PostgreSQL/SQLite type-mapping rules and the column-inference algorithm used for JSON samples.
GitHub Actions needs Design Patterns: Speed Up CI, Avoid the Anti-Patterns
A pattern reference for GitHub Actions job dependencies (needs). Covers diamond-shaped fan-out, concurrency cancellation, fail-fast tradeoffs, matrix-plus-needs gotchas, and reusable workflows, with copy-paste YAML examples.
SQL JOIN Types: Complete Reference to INNER, LEFT, RIGHT & FULL
A reference for SQL JOIN types (INNER/LEFT/RIGHT/FULL/CROSS/SELF) with a cheat sheet and row-count walkthroughs. Covers why one-to-many joins duplicate rows, the WHERE-vs-ON NULL trap, and how to write multi-table joins.
Case Converter: camelCase, snake_case & kebab-case — 9 Styles at Once
Convert identifiers between camelCase, PascalCase, snake_case, CONSTANT_CASE, kebab-case and more — all nine styles side by side. Handles acronym runs like HTTPServer, digits, and bulk multi-line conversion.
LLM API Cost Calculator: Compare Claude, GPT & Gemini Pricing Side by Side
Paste a prompt, set the expected output tokens, and compare per-request API costs across Claude, GPT and Gemini models. Covers input/output pricing structure, auto-updated price tables, and estimate limits.