fix raw discovery data timestamp to use user's timezone
This commit is contained in:
parent
1a31fd00b6
commit
d36fcbe628
1 changed files with 1 additions and 1 deletions
|
|
@ -1865,7 +1865,7 @@
|
|||
<p>
|
||||
Raw SNMP OID values collected during the last discovery run at
|
||||
<%= if @snmp_device.last_discovery_at do %>
|
||||
{Calendar.strftime(@snmp_device.last_discovery_at, "%Y-%m-%d %H:%M:%S UTC")}
|
||||
{ToweropsWeb.TimeHelpers.format_iso8601(@snmp_device.last_discovery_at, @timezone)}
|
||||
<% else %>
|
||||
unknown time
|
||||
<% end %>.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue