← Back to catalog
worldclock.convert
mock data$0.001 / callConvert Time Between Timezones
Convert date/time from one timezone to another. DST-aware. 597 IANA timezones (TimeAPI.io)
Input schema
datetimerequired
stringDate and time to convert in "YYYY-MM-DD HH:mm:ss" format (e.g. "2026-03-20 12:00:00")
to_timezonerequired
stringTarget IANA timezone (e.g. "Asia/Tokyo")
from_timezonerequired
stringSource IANA timezone (e.g. "America/New_York")
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>"}'