-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Description
NetBox version
v3.5.3
Python version
3.8
Steps to Reproduce
- Click create item example VLAN
- Click on ID Change log
- Time dispaly error
system date/time Fri 23 Jun 2023 09:55:09 MSK
date/time in netbox/configuration.py TIME_ZONE = 'UTC'
date/time in DB
postgres=# select NOW();
now
-------------------------------
2023-06-23 09:55:46.821546+03
(1 row)
postgres=# show timezone;
TimeZone
---------------
Europe/Moscow
(1 row)
netbox=# select created,last_updated,vid from ipam_vlan where vid = '1024';
created | last_updated | vid
-------------------------------+-------------------------------+------
2023-06-23 09:55:22.120319+03 | 2023-06-23 09:55:22.120346+03 | 1024
Expected Behavior
correct time display
Observed Behavior
time in changelog incorrect regarding OS timezone
Metadata
Metadata
Assignees
Labels
No labels
