Fixed a regression in Piccolo Admin v1, where nullable boolean fields defaulted to ``null`` instead of ``all`` in the filter sidebar. This was caused by changes in Pydantic v2, where the JSON schema changed.
* Piccolo Admin now displays the timezone in the UI. * The resolution of the widget can be specified using ``TableConfig.time_resolution``, so you can decide if the user can pick seconds / milliseconds.