Deploy a secure, custom timezone conversion API endpoint using this n8n workflow. It leverages the TimeZoneDB API to convert Unix timestamps between specified zones instantly.
Download this n8n workflow template and start using it instantly.
Developers who require a lightweight, reliable microservice for time zone conversions.
System administrators or integration specialists needing to normalize timestamps for global reporting.
Users exploring advanced n8n templates for secure external API integration.
Automation enthusiasts seeking practical examples of an n8n node utilizing HTTP query authentication.
Managing time differences across global operations can be complex. This automation solves the problem by providing a dedicated, instant API endpoint for converting Unix timestamps between two specified time zones (e.g., America/New_York to Europe/London). This robust n8n workflow ensures high efficiency and, critically, maintains security. The TimeZoneDB API key is handled via secure n8n credentials, meaning sensitive data is never exposed in the webhook URL or workflow body. By using this n8n template, you gain a reusable and easily deployable tool for any system requiring dynamic time conversion.
The process begins with the Receive Time Conversion Request n8n trigger. This webhook listens for an incoming POST request containing three crucial pieces of data: the source time zone (fromZone), the target time zone (toZone), and the Unix timestamp (time). Once the n8n node receives the data, it passes the payload to the Convert Timezone (TimeZoneDB) n8n node. This HTTP Request n8n node securely constructs the TimeZoneDB API URL using the received data points as query parameters. The API call securely passes the necessary credentials via n8n's credential system. The TimeZoneDB API returns the converted time and relevant zone information. Finally, the Respond with Converted Time n8n node takes the data received from the TimeZoneDB API and sends it back immediately to the original caller, completing the real-time request and response cycle inherent in this useful n8n workflow.
fromZone (IANA format), toZone (IANA format), and time (Unix timestamp in seconds). Receive Time Conversion Request (Webhook Trigger): The starting n8n trigger for this automation. It is configured to listen for HTTP POST requests at the /convert-timezone path, expecting a JSON body containing fromZone, toZone, and time data points.
Convert Timezone (TimeZoneDB) (HTTP Request Node): This central n8n node performs the core logic. It dynamically builds the API URL for TimeZoneDB, injecting webhook data using expressions like {{$json.body.fromZone}}. Crucially, it uses the 'HTTP Query Auth' generic credential type to securely include the TimeZoneDB API key as a query parameter, ensuring the security of this n8n workflow.
A powerful n8n workflow for local Text-to-Speech (TTS) generation using KOKORO and Python. Easily integrate custom audio generation into any n8n automation pipeline.

Leverage this complex n8n workflow to seamlessly convert Telegram voice notes into professionally structured emails using Whisper and GPT-4. This powerful n8n templates handles transcription, AI generation, and structured output parsing, ensuring reliable communication automation.

Use this powerful n8n workflow to automate converting Telegram voice messages into structured, tagged notes using OpenAI Whisper and GPT-4o, archiving them directly into Google Docs. Explore the versatility of n8n templates.

Convert complex training text (HYROX, Strength, Running) into structured Intervals.icu workouts automatically using this advanced n8n workflow, leveraging the Claude Opus AI model.


I’m a dedicated automation engineer passionate about no-code and low-code solutions. I design and implement robust n8n workflows—integrating APIs, databases, and messaging—to eliminate manual tasks and accelerate delivery. Leveraging Python and C#, I build scalable, adaptable automations that empower teams to focus on high-value work.







































