Skip to content
AutoCore1.0.0-rc.1 · Release Candidate
1.0.0-rc.1 · Release Candidate1 min read

Timezone Configuration

Configure an IANA timezone for the primary market and verify runtime acceptance.

The setup contract stores a timezone string and validateMarket checks it with Intl.DateTimeFormat and supported IANA timezone values. The timezone is part of the primary-market context and should not be changed casually after records exist.

Verification

Use a real IANA value such as the source-verified Austin or Berlin examples, complete setup, and verify the persisted response. An invalid timezone blocks setup.

Related articles