Timezone Converter
Pricing
Pay per usage
Go to Apify Store
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
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
| Action | Description |
|---|---|
now | Get current time in a timezone |
convert | Convert a datetime between two timezones |
worldClock | Show current time across multiple zones |
meetingPlanner | Find overlapping work hours across zones |
listZones | List 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" }