FIRST CH TOOLS / 32 Unix Time Converter
Unix Timestamp Converter
Turn 1755999999 into a date — and a date back into a timestamp. Unix seconds, milliseconds, microseconds and nanoseconds all convert both ways against ISO 8601 and local time, with UTC and your time zone side by side and a relative reading such as 5 minutes ago. Paste a whole block of log lines to convert them all at once.
Results
Paste timestamps or dates above — one per line — and the conversions appear here.
The table scrolls sideways. The TSV copy carries every field, including how each line was read and the UTC offset.
How to Use
- Paste a timestamp or a dateDrop in values pulled out of a log — 1755999999, 2026-08-24T09:30:00Z — one per line. However many lines you paste, they all convert at once.
- Pick the time zoneIt starts on the zone your device is set to. Switch to UTC when you are reading server logs, or to any IANA zone such as Asia/Tokyo to see the same instant where your users are.
- Read the row and copy itUnix seconds, milliseconds, ISO 8601 in UTC, local time and the relative reading sit side by side. Copy the whole table as TSV and paste it straight into a spreadsheet. Everything runs in your browser — nothing you type is uploaded.
About This Tool
The unit of a plain number is detected from its digit count. Up to 10 digits is read as Unix seconds, up to 13 as milliseconds, up to 16 as microseconds and anything longer as nanoseconds (Java and JavaScript hand you milliseconds; Python's time.time_ns() and Go's UnixNano() hand you nanoseconds). Set “Number unit” if you would rather say it outright. Digits below the millisecond are dropped, and the row says so. Negative values (before 1970) and fractional seconds such as 1755999999.123 work too.
Date strings are accepted in the shapes you actually paste. 2026-08-24T09:30:00Z (ISO 8601), 2026-08-24 18:30, 2026/8/24 9:05, the Japanese 2026年8月24日 18時30分, and Sun, 24 Aug 2026 03:00:00 GMT as it appears in HTTP headers. Type now for the current time. Quotes, brackets and trailing commas picked up from CSV or JSON are stripped for you.
A date with no offset is read as a local time in the selected zone. That is the single most common way to be an hour or nine out, so every such row is flagged. A wall-clock time that does not exist because of a daylight-saving jump (2:30 on the second Sunday in March in the US, say) is moved forward to the moment after the change, and flagged as well. If the input carries +09:00 or Z, that offset wins no matter which zone is selected.
An 8-digit number is a timestamp here, not a date. 20260824 as Unix seconds lands in August 1970, so reading it as a date would be badly wrong. Rows like that carry a warning — write the value as 2026-08-24 if you meant the date.
Relative readings (“just now”, “5 minutes ago”, “in 3 days”) are measured against the clock at the moment the page renders them. Up to 500 lines are converted at a time. Zone maths uses the Intl time zone database in your browser, so the results hold on daylight-saving transition days too.
You can share a value in the URL: /en/unixtime/?t=1755999999&tz=Asia/Tokyo (t takes several values separated by commas)
From AI Agents
This conversion logic is also available as the unixtime_convert tool of the MCP (Model Context Protocol) server @first-ch/tools-mcp, so an AI agent can call it directly without driving a browser. See How to use from AI agents for setup.
Install
claude mcp add firstch-tools -- npx -y @first-ch/tools-mcp
Calls
# Unix seconds in Tokyo local time unixtime_convert( input="1755999999", timeZone="Asia/Tokyo") # a block of lines lifted out of a log unixtime_convert( input="1755999999\n2026-08-24T09:30:00Z\nnow", timeZone="UTC") # say the unit outright instead of detecting it unixtime_convert( input="1755999999123456", unit="us")
Other Tools
- 01Batch Image → WebPWebP Converter
- 02White Background RemoverWhite BG Remover
- 03WCAG Contrast CheckerContrast Checker
- 04Character CounterCharacter Counter
- 05llms.txt Generatorllms.txt Generator
- 06JSON-LD GeneratorJSON-LD Generator
- 07Markdown → PDFMD → PDF
- 08OGP Meta Tag WizardOGP Wizard
- 09Favicon GeneratorFavicon Generator
- 10TikTok PublisherTikTok Publisher
- 11Encoding & Line Ending ConverterEncoding Converter
- 12Batch Image → AVIF + pictureAVIF Converter
- 13Test Data GeneratorTest Data Generator
- 14Marp Markdown → SlidesMarp Slides
- 15Text & Code Diff CheckerDiff Checker
- 16Cron Explainer & Next RunsCron Explainer
- 17Base64 & Data URI EncoderBase64 & Data URI
- 18URL Parameter Editor & UTM BuilderURL Parameters
- 19HTML Entity Escape & UnescapeHTML Escape
- 20JSON ⇄ YAML ConverterJSON ⇄ YAML
- 21PX ⇄ REM / EM ConverterPX ⇄ REM / EM 単位変換
- 22Color Converter & AlphaColorコード変換&アルファ透過
- 23MD5 / SHA-256 Hash Generatorハッシュ生成
- 24JWT Decoder & Expiry CheckerJWTデコーダー&有効期限チェッカー
- 25User-Agent ParserUser-Agent解析&デバイス判定
- 26UUID & ULID GeneratorUUID (v4) & ULID 一括生成
- 27Aspect Ratio Calculatorアスペクト比計算&サイズ算出
- 28Markdown Table GeneratorMarkdownテーブル整形&CSV/TSV変換
- 29SQL Query FormatterSQL Formatter
- 30QR Code GeneratorQR Code Generator
- 31Regex Tester正規表現テスター
- 33New Tab Memo — Chrome Extension新規タブメモ帳 Chrome拡張
- 34Image Resizer & Cropper画像リサイズ&クロップ
- 35EXIF Viewer & RemoverEXIF情報の確認&除去
- 36robots.txt Generatorrobots.txt ジェネレーター
- 37Password Generator安全なパスワード生成
- 38Case Converter文字列ケース変換