Skip to content

fix(admin): full IANA timezone list in events + meetings forms#4532

Merged
bokelley merged 2 commits into
mainfrom
bokelley/adcp-issue-4530
May 14, 2026
Merged

fix(admin): full IANA timezone list in events + meetings forms#4532
bokelley merged 2 commits into
mainfrom
bokelley/adcp-issue-4530

Conversation

@bokelley

Copy link
Copy Markdown
Contributor

Summary

  • Replaces the 8-entry hardcoded timezone dropdown in admin-events.html and admin-meetings.html with a JS-populated list of every IANA timezone (Intl.supportedValuesOf('timeZone')), labelled by current UTC offset and sorted by offset.
  • Mary hit this trying to schedule the Singapore meetup — Asia/Singapore wasn't in the list, so the event silently kept the America/New_York default and rendered as Eastern.
  • Closes Time Zones on AAO website #4530.

Test plan

  • Open /admin-events.html, create event → dropdown shows full global list, Asia/Singapore selectable
  • Edit existing Singapore event → dropdown opens already set to Asia/Singapore
  • Same for /admin-meetings.html
  • Event display in admin list still renders times in the chosen timezone

🤖 Generated with Claude Code

bokelley and others added 2 commits May 14, 2026 08:18
Closes #4530. Replaces the 8-entry hardcoded dropdown with a JS-populated list of every IANA zone, labelled by current UTC offset and sorted by offset. Mary hit this trying to schedule the Singapore meetup — Asia/Singapore wasn't selectable, so events defaulted to America/New_York.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Server-side admin HTML only — no schema, protocol, or SDK change.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@bokelley bokelley force-pushed the bokelley/adcp-issue-4530 branch from 0b7bad7 to fd448f6 Compare May 14, 2026 12:20
@bokelley bokelley merged commit 26b64ef into main May 14, 2026
13 checks passed
@bokelley bokelley deleted the bokelley/adcp-issue-4530 branch May 14, 2026 12:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Time Zones on AAO website

1 participant