# Timezone Query

> Get current time in any timezone and convert between timezones

- Skill: `jadegate/timezone-query` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add jadegate/timezone-query`
- Raw SKILL.md: https://api.skillmd.com/api/skills/jadegate/timezone-query/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: jadegate (https://skillmd.com/u/jadegate)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/jadegate/timezone-query

---


# Time Zone Query

Get current time in any timezone and convert between timezones

## When to Use

- User wants to get time
- User wants to timezone convert
- User wants to current time
- Keywords: time, timezone, clock, convert

## Required Parameters

- **timezone** (string): IANA timezone like Asia/Shanghai or UTC

## Output

- **iso** (string): ISO 8601 timestamp
- **unix** (number): Unix timestamp
- **timezone** (string): Timezone used

## Security

- Sandbox level: strict
- Max execution time: 30000ms
- JadeGate verified: Yes (5-layer security check passed)

## Execution Flow

Entry: `get_time` -> 4 steps -> Exit: `ret_ok`, `ret_fail`

