time-conversion

Convert times between IANA time zones with DST handling.

Updated Mar 5, 2026
One-click install
npx skills add https://github.com/pi-2r/copilot-cli-docker --skill time-conversion
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: time-conversion
Source: https://github.com/pi-2r/copilot-cli-docker/tree/main/.copilot/skills/time-conversion
Command: npx skills add https://github.com/pi-2r/copilot-cli-docker --skill time-conversion

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Timezone conversions and time calculations are performed accurately using IANA data to avoid DST pitfalls and manual errors.

Core Features & Use Cases

  • Timezone-to-timezone conversion with correct DST handling
  • Current time lookup in multiple zones
  • Schedule planning across global teams

Quick Start

Ask the AI to convert a specific time between two zones and report the results.

Frequently Asked Questions about time-conversion

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert time across timezones for global meeting scheduling?

Timezone conversion for cross-timezone scheduling is performed accurately using the IANA time zone database to avoid manual errors. You can convert a specific time between two zones by asking the AI to calculate and report the results directly.

What is the best way to handle DST changes during timestamp translation?

Handling DST changes during timestamp translation requires using IANA time zone data to calculate offsets correctly. This approach ensures daylight saving time transitions are processed automatically without manual intervention or calculation errors.

Do I need an MCP server endpoint to perform timezone conversions?

Yes, you need an available MCP server endpoint and proper configuration via environment variables to perform timezone conversions. The system requires this setup alongside IANA timezone data to process cross-timezone scheduling and timestamp translations accurately.

Can I look up the current time in multiple IANA zones simultaneously?

You can look up the current time in multiple zones simultaneously by requesting the time lookup for several IANA zones. The conversion mechanism queries the IANA database to return accurate current timestamps for each requested region.

Why does timezone conversion fail when IANA timezone data is missing?

Timezone conversion fails without IANA timezone data because the system relies on this database to determine regional offsets and DST rules. Accurate timestamp translations and cross-timezone scheduling require this data to be present and properly configured.