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
npx -y skills add cxcscmu/SkillLearnBench --skill timezone-conversionAssembled 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
- Identify the timezone in the meeting request
- Identify the calendar's timezone
- Apply the correct offset based on DST status for the date
- Convert the availability window before finding slots
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.