بنقرة واحدة
timezone-converter
Convert times between timezones, show world clock, and list timezone offsets
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Convert times between timezones, show world clock, and list timezone offsets
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Send emails via SMTP
Generate cryptographically secure passwords with configurable character sets
Bitbucket REST API 2.0 — repos, pull requests, branches, issues, pipelines, and more
Complete local and remote git operations (init, clone, commit, push, pull, branch, merge, rebase, tag, stash, and more)
GitHub REST API v3 — repos, issues, PRs, branches, releases, actions, gists, and more
GitLab REST API v4 — projects, issues, merge requests, branches, pipelines, releases, and more
| name | Timezone Converter |
| description | Convert times between timezones, show world clock, and list timezone offsets |
| script | scripts/main.ts |
| language | javascript |
| install | bun install |
| timeout | 10 |
Convert times between timezones, list timezone offsets, and show "world clock" for multiple zones.
action (string, optional): "convert", "now", or "list" — default "convert"time (string, required): ISO 8601 datetime or time string (e.g. "2024-01-15T09:00:00", "14:30")from_timezone (string, required): Source timezone (e.g. "America/New_York", "UTC", "EST")to_timezone (string or array of strings, required): Target timezone(s)timezones (array of strings, required): List of timezones to show current time forfilter (string, optional): Filter timezone names (e.g. "America", "Europe")original (object): { time, timezone, offset }converted (array): [{ time, timezone, offset, date, day_of_week }]times (array): [{ timezone, time, date, offset, day_of_week }]timezones (array): [{ name, offset, abbreviation }]