agentsclimarketplace

Timezone conversion

Skill cxcscmu/SkillLearnBench/skills/b4-skill-creator-claude-sonnet-4-6/schedule-planning/timezone-conversion

Convert meeting availability times between different timezones (e.g. PST to EST). Use when a meeting request specifies availability in a timezone different from the calendar's timezone.From its SKILL.md

Install
npx -y skills add cxcscmu/SkillLearnBench --skill timezone-conversion

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

SKILL.md

1.1 KB, 260 tokens by cl100k_base, as published. Nobody here has run it

Timezone Conversion Skill

Common Offsets (Standard Time)

  • EST (Eastern Standard Time) = UTC-5
  • PST (Pacific Standard Time) = UTC-8
  • CST (Central Standard Time) = UTC-6
  • MST (Mountain Standard Time) = UTC-7

Common Offsets (Daylight Saving Time)

  • EDT = UTC-4
  • PDT = UTC-7

March 2026 Note

In March 2026, Daylight Saving Time begins on March 8 for the US.

  • After March 8: Eastern = EDT (UTC-4), Pacific = PDT (UTC-7)
  • Difference: EDT is 3 hours AHEAD of PDT

Converting PST/PDT to EST/EDT

For dates after March 8 (DST active):

  • PDT to EDT: add 3 hours
  • Example: 1:00 PM PDT = 4:00 PM EDT
  • Example: 5:00 PM PDT = 8:00 PM EDT

Workflow

  1. Identify the timezone in the meeting request
  2. Identify the calendar's timezone
  3. Apply the correct offset based on DST status for the date
  4. Convert the availability window before finding slots

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.