Timezone converter & planner
Convert any time across 400+ IANA timezones. DST-aware, supports Unix timestamps and ISO 8601, and shows multiple target zones side by side. Plan meetings, debug logs, schedule scrapers.
DST-aware • Unix & ISO 8601 • No registration
Why a real timezone tool?
"Add 5 hours" is wrong roughly twice a year. Real time zones move with daylight saving rules, historical offset changes, and IANA database updates — the only reliable way to convert is to ask a real tz database.
This converter uses your browser's built-in Intl API and the system tz database — the same one powering date-fns-tz and pytz. Pick from every IANA zone, including legacy aliases.
Convert one time to many targets at once, paste a Unix timestamp, or grab the ISO 8601 output for your scraper, cron, or Slack post.

Convert & compare
Pick a source time and zone, watch every target zone update live
Source
Target zones
Quick add:
Schedule scrapers across regions
Pick the right local cron time for each market — Scrappey runs the requests, you get the data on schedule.
Why use this converter?
Built on the IANA database, not "add N hours" math
400+ IANA Zones
Every zone your runtime knows about — including legacy aliases and recent additions. No outdated dropdown.
DST-Aware
Uses the real tz database, so spring-forward and fall-back days convert correctly without manual offset math.
Unix & ISO Side-by-Side
Type a Unix timestamp and watch the wall time update; type a date and grab the ISO 8601 instant for your code.
Multi-Target Compare
Compare one source moment across as many zones as you need — perfect for stand-up scheduling or release windows.
Code Snippet Export
Copy the equivalent Python (zoneinfo), Node (Intl), or PHP (DateTimeZone) snippet for the conversion you set up.
No Network Calls
Everything runs on the JavaScript Intl API — no third-party tz API, nothing logged, nothing rate-limited.
Convert in code
Use the same zones in your scrapers, schedulers, and reports
from datetime import datetime
from zoneinfo import ZoneInfo # Python 3.9+
# Parse the ISO 8601 UTC instant
utc = datetime.fromisoformat("2026-08-28T00:13:49.000+00:00")
# Convert to a target IANA zone
local = utc.astimezone(ZoneInfo("UTC"))
print(local.isoformat())
print(local.strftime("%Y-%m-%d %H:%M:%S %Z%z"))Perfect for
Remote Team Scheduling
Find an overlap window between teams in Amsterdam, NYC, and Tokyo without spreadsheet math.
Cron & Scheduler Setup
Convert "9am local in São Paulo" into the UTC time your job scheduler actually accepts.
Analytics & Log Debugging
Translate UTC log timestamps into the user's local time to reproduce what they actually experienced.
DST Edge Cases
Sanity-check what your code does on the second Sunday in March or last Sunday in October before it breaks.
Integrations
n8n
Automate workflows visually. Streamline data collection processes.
n8n Template
Pre-built template for modern websites. Simplifies Scrappey integration.
RapidAPI
Access via API marketplace. Easy integration with comprehensive docs.
Apify
Scalable actor-based automation. Reliable browser rendering.
MCP Server
AI-powered browser automation. Intelligent session management.
Scrappey CLI
Scrape from your terminal. One command, pipeable output, CI-ready.
Claude Code Skill
Portable skill for Claude Code + Codex. Browser-backed data access on demand.
LangChain
LangChain connector — clean web data for any chain or agent.
LlamaIndex
LlamaIndex reader — load modern web pages straight into RAG.
Zapier
Connect with 7,000+ apps. Automate workflows easily.
Make
Visual workflow automation. Connect with 1,000+ apps easily.
Start building with Scrappey
Try it free. No subscription, no credit card, instant setup — your trial is waiting.