Fixes #9986: Workaround for upstream timezone data bug

This commit is contained in:
jeremystretch
2022-08-12 10:12:01 -04:00
parent ea76137f0e
commit f9043b5751
2 changed files with 7 additions and 0 deletions

View File

@@ -8,6 +8,10 @@
* [#9625](https://github.com/netbox-community/netbox/issues/9625) - Add phone & email details to contacts panel
* [#9857](https://github.com/netbox-community/netbox/issues/9857) - Add clear button to quick search fields
### Bug Fixes
* [#9986](https://github.com/netbox-community/netbox/issues/9986) - Workaround for upstream timezone data bug
---
## v3.2.8 (2022-08-08)