Increase the length of Profile.timezone to 40 characters.

Review Request #14857 — Created Feb. 26, 2026 and submitted

Information

Review Board
master

Reviewers

It turns out on macOS, there's one timezone name even longer than the 30
character limit that we moved to earlier (32 chars). By moving to the
stdlib timezone list, we now see it, which doesn't cause real errors in
(most) situations but does cause django's checks to fail. This change
increases the field to 40 just to be safe.

Ran the evolution.

Summary ID
Increase the length of Profile.timezone to 40 characters.
It turns out on macOS, there's one timezone name even longer than the 30 character limit that we moved to earlier (32 chars). By moving to the stdlib timezone list, we now see it, which doesn't cause real errors in (most) situations but does cause django's checks to fail. This change increases the field to 40 just to be safe. Testing Done: Ran the evolution.
wqpzopmwsrrotyzynuquurzvykvlrpnq
maubin
  1. Ship It!
  2. 
      
david
Review request changed
Status:
Completed
Change Summary:
Pushed to master (c4a65ed)