### NetBox version v3.3.6 & master ### Python version 3.10 ### Steps to Reproduce 1. Create site with time_zone, e.g. Europe/Berline 2. Send `{"time_zone": null}` to /api/dcim/site/<id>/ method PATCH ### Expected Behavior Time zone is unset. ### Observed Behavior An error is returned: ``` {"time_zone":["This field may not be null."]} ```