UnifyAPI
← Back to catalog

worldclock.convert

mock data$0.001 / call

Convert Time Between Timezones

Convert date/time from one timezone to another. DST-aware. 597 IANA timezones (TimeAPI.io)

Geo & Mapsprovider: Worldclock#worldclock#geo

Input schema

datetimerequired

Date and time to convert in "YYYY-MM-DD HH:mm:ss" format (e.g. "2026-03-20 12:00:00")

string
to_timezonerequired

Target IANA timezone (e.g. "Asia/Tokyo")

string
from_timezonerequired

Source IANA timezone (e.g. "America/New_York")

string

Call via REST

curl -X POST https://unifyapi.pro/api/call/worldclock.convert \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"datetime":"<datetime>","to_timezone":"<to_timezone>","from_timezone":"<from_timezone>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.