1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Closes #4005: Include timezone context in webhook timestamps

This commit is contained in:
Jeremy Stretch
2020-01-24 12:00:24 -05:00
parent 629712142f
commit d3463b596a
2 changed files with 3 additions and 1 deletions

View File

@ -4,6 +4,7 @@
* [#3310](https://github.com/netbox-community/netbox/issues/3310) - Pre-select site/rack for B side when creating a new cable
* [#3509](https://github.com/netbox-community/netbox/issues/3509) - Add IP address variables for custom scripts
* [#4005](https://github.com/netbox-community/netbox/issues/4005) - Include timezone context in webhook timestamps
## Bug Fixes