Timezone Converter avatar

Timezone Converter

Pricing

Pay per usage

Go to Apify Store
Timezone Converter

Timezone Converter

Convert between timezones, get current time, plan meetings across zones, and display world clocks.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

2x lazymac

2x lazymac

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

0

Monthly active users

16 hours ago

Last modified

Categories

Share

Convert between timezones, get the current time in any zone, plan meetings across multiple timezones, and display a world clock.

Actions

ActionDescription
nowGet current time in a timezone
convertConvert a datetime between two timezones
worldClockShow current time across multiple zones
meetingPlannerFind overlapping work hours across zones
listZonesList all supported timezone aliases

Input Examples

Get current time

{ "action": "now", "timezone": "KST" }

Convert between zones

{ "action": "convert", "datetime": "2026-03-22T10:00:00", "fromTimezone": "KST", "toTimezone": "PST" }

World clock

{ "action": "worldClock", "zones": "KST,PST,UTC,CET,JST" }

Meeting planner

{ "action": "meetingPlanner", "zones": "KST,PST,CET", "preferredStartHour": 9, "preferredEndHour": 17 }

List zones

{ "action": "listZones" }