davegaeddert
1 month, 3 weeks ago
Added TimeZoneField to Plain Models and the app starter kit.
Stores timezone strings in the DB but gives you ZoneInfo objects in Python. Automatically normalizes legacy names (US/Central → America/Chicago) and includes built-in form choices.