Convert Time Zones with TimeZoneDB API Integration - n8n Workflow | Neura Market

    Convert Time Zones with TimeZoneDB API Integration

    This n8n template provides a powerful utility for converting a specific time from one time zone to another by leveraging the TimeZoneDB API. This is an essential tool for anyone coordinating global teams, scheduling international events, or simply needing to understand time differences across the world. --- # How it works - Receive Time Conversion Request: This node acts as the entry point for the workflow, listening for incoming POST requests. It's configured to expect a JSON body containing the following parameters: - fromZone: The IANA timezone name for the source time zone (e.g., America/New_York, Asia/Manila, Europe/London). - toZone: The IANA timezone name for the target time zone. - time: The Unix timestamp (in seconds) representing the time in the fromZone that you wish to convert. *Important: Your TimeZoneDB API key is handled securely by n8n's credential system and should not be included in the webhook body.* - Convert Timezone (TimeZoneDB): This node makes an HTTP GET request to the TimeZoneDB API (api.timezonedb.com). It dynamically constructs the API request URL using the fromZone, toZone, and time values extracted from your webhook request. Your API key is securely retrieved from n8n's pre-configured credentials and automatically added as a query parameter. The API performs the conversion and returns a JSON object containing the converted time and other timezone details. - Respond with Converted Time: This node sends the full conversion result received from TimeZoneDB back to the service that initiated the webhook. --- # Who is it for? ### This workflow is extremely useful for: - Global Businesses & Remote Teams: Seamlessly schedule meetings, set deadlines, and coordinate tasks across different time zones, eliminating confusion and missed appointments. - Event Organizers & Marketers: Publish event times accurately for a global audience, improving attendance and engagement for webinars, online conferences, or product launches. - Customer Support Centers: Provide precise response times or service availability to customers in their local time zone, enhancing customer satisfaction. - Travelers & Digital Nomads: Easily calculate arrival/departure times in local timezones when planning trips or managing schedules across borders. - Developers & Integrators: Integrate accurate time zone conversion capabilities into custom applications, dashboards, or internal tools without building complex logic from scratch. - Data Analysts: Standardize timestamps from global data sources for consistent reporting and analysis, especially when dealing with international operations. --- # Data Structure When you trigger the webhook, send a POST request with a JSON body structured as follows: ``` { fromZone: "America/New_York", toZone: "Asia/Manila", time: 1678886400 // Unix timestamp for 2023-03-15 00:00:00 UTC (example) } ``` *Note: You'll need to obtain a free or paid API Key from TimeZoneDB to use their API.* The workflow will return a JSON response similar to this (results will vary based on inputs): ``` { status: "OK", message: "", fromZoneName: "America/New_York", fromAbbreviation: "-04", fromTimestamp: 1678886400, toZoneName: "Asia/Manila", toAbbreviation: "+08", toTimestamp: 1678933200, offset: 46800 // difference in seconds } ``` --- # Setup Instructions - Get a TimeZoneDB API Key: - Go to https://timezonedb.com/register and sign up for a free API key. - Create an n8n Credential for TimeZoneDB: - In your n8n instance, go to Credentials. - Click New Credential and search for HTTP Query Auth. - Set the Name (e.g., TimeZoneDB API). - Set API Key to your TimeZoneDB API key. - Set Parameter Name to key. - Set Parameter Position to Query. - Save the credential. - Import Workflow: - In your n8n editor, click Import from JSON and paste the provided workflow JSON. - Configure TimeZoneDB API Node: - Double-click the Convert Timezone (TimeZoneDB) node. - Under Authentication, select Generic Credential Type. - Choose HTTP Query Auth as the Generic Auth Type. - Select the credential you created (e.g., TimeZoneDB API) from the dropdown. - Configure Webhook Path: - Double-click the Receive Time Conversion Request node. - In the Path field, set a unique and descriptive path (e.g., /convert-timezone). - Activate Workflow: - Save and activate the workflow. --- # Tips This time zone converter is an essential building block that can be significantly expanded and integrated: - Robust Error Handling & Input Validation: - Upgrade: Add an IF node after the Receive Time Conversion Request to validate inputs (fromZone, toZone, time). Check if they are present and correctly formatted. - Upgrade: After the Convert Timezone (TimeZoneDB) node, add another IF node to check `{{ $json.status === "OK" }}`. If the status is not OK, return a descriptive error message from `{{ $json.message }}` to

    Platform
    n8n
    Category
    Productivity
    Price
    Free
    Creator
    ist00dent
    • webhook
    • stickyNote
    • httpRequest
    • respondToWebhook
    Back to MarketplaceMore n8n Workflows

    How to import this workflow into n8n

    1. 1Purchase or download the workflow to get the n8n workflow JSON file.
    2. 2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
    3. 3Open each node marked with a credential warning and connect your own accounts and API keys.
    4. 4Run the workflow once manually to verify the data flow, then toggle it to Active.

    Related Productivity workflows

    • Automate Personal Life Management with Telegram and Google ServicesFree
    • Automate Google Sheets Cleanup by Removing Duplicates via Profile URLs
    Free
  1. Automate Google Sheets with AI-Driven Text Generation in n8nFree
  2. Automated Daily Briefing for Executive Communication ManagementFree
  3. Automate Salon Bookings with AI, Google Calendar, and Email ConfirmationsFree
  4. Automate Meeting Scheduling with AI via TelegramFree
  5. More from ist00dent

    • Currency Converter via Webhook Using ExchangeRate.host
    • JSON String Validator via Webhook
    • Unix Timestamp to ISO Date Converter
    All Productivity workflows →All n8n workflows →

    Need help customizing this workflow?

    Our automation experts adapt it to your exact stack, data, and process — or build one from scratch.

    Get a Custom Build
    Neura Market
    Neura Market
    Marketplace
    Directories
    Resources

    Marketplace

    • Prompts
    • Workflows
    • Agents Store
    • Workflow Packs
    • Categories
    • Marketplace

    Directories

    • AI Tools Directory
    • ChatGPT
    • Claude
    • Gemini
    • Cursor
    • Grok
    • DeepSeek
    • Perplexity
    • CoPilot
    • Midjourney
    • Stable Diffusion
    • MCP Servers
    • .md Directory
    • All Directories

    Free Tools

    • AI Text Humanizer
    • AI Content Detector
    • Workflow Generator
    • Model Comparison
    • AI Pricing Calculator
    • AI Benchmarks
    • ROI Calculator
    • All Free Tools

    Resources

    • AI News
    • Blog
    • AI Models
    • Integrations
    • Alternatives
    • n8n vs Zapier
    • Make vs Zapier
    • n8n vs Make
    • Resource Library
    • Documentation

    Community

    • AI Jobs
    • AI Events
    • AI Companies
    • Start Selling
    • Sell n8n Workflows
    • Sell AI Agents
    • Sell Prompts
    • Creator Guide
    • Advertise
    • Affiliates

    Company

    • About
    • Contact
    • Help
    • Careers
    • Pricing
    • Terms
    • Privacy
    • License
    • DMCA

    Stay Updated

    Get the latest AI tools and insights delivered to your inbox.

    Neura Market Logoneuramarket

    © 2026 Neura Market. All rights reserved.