agentsclimarketplace

Run2 timezone conversion

Skill cxcscmu/SkillLearnBench/skills/b2-self-feedback-claude-opus-4-6/schedule-planning/run2_timezone-conversion

Convert between US time zones for scheduling, defaulting unspecified zones to calendar timezone.From its SKILL.md

Install
npx -y skills add cxcscmu/SkillLearnBench --skill run2_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.3 KB, 363 tokens by cl100k_base, as published. Nobody here has run it

US Timezone Conversion for Scheduling

Standard Offsets (from UTC)

ZoneOffset
ESTUTC-5
CSTUTC-6
MSTUTC-7
PSTUTC-8

Rules

  1. If email specifies a timezone (e.g., "PST"), convert to calendar timezone.
    • PST to EST: add 3 hours. Example: 1:00 PM PST = 4:00 PM EST.
  2. If email does NOT specify timezone, assume calendar timezone (Eastern in this case).
  3. All reply times MUST be in calendar timezone.
  4. Be aware of DST: March 9, 2026 is after spring-forward (March 8, 2026), so Eastern = EDT (UTC-4) and Pacific = PDT (UTC-7). However, if the email says "PST" explicitly, honor the stated zone.

DST Note for March 9, 2026

  • DST spring forward is March 8, 2026. After this, Eastern is EDT (UTC-4) and Pacific is PDT (UTC-7).
  • But the calendar header says "Eastern Time" which covers both EST/EDT automatically.
  • If email says "PST" (not "PDT" or "PT"), the difference is still 3 hours from Eastern Time on this date (EDT=UTC-4, PST=UTC-8 → 4 hours... but this is unusual since PST isn't observed in March).
  • Conservative approach: treat "PST" as "Pacific Time" = PDT on this date = UTC-7, so difference to EDT = 3 hours.

What ships with it

Read from the repository

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

Keep looking

Skills are one crate of 326,852. 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.