[PR #20307] [MERGED] Format timestamp in script results table #15885

Closed
opened 2025-12-30 00:24:35 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/20307
Author: @llamafilm
Created: 9/10/2025
Status: Merged
Merged: 9/11/2025
Merged by: @arthanson

Base: mainHead: 16381-timestamps


📝 Commits (1)

  • 015b8ba format script results timestamp

📊 Changes

2 files changed (+5 additions, -4 deletions)

View changed files

📝 netbox/extras/tables/tables.py (+3 -2)
📝 netbox/extras/views.py (+2 -2)

📄 Description

Fixes: #16381

I thought about adding a try/except block in case fromisoformat fails to parse, but I could not think of a case where that would happen.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbox-community/netbox/pull/20307 **Author:** [@llamafilm](https://github.com/llamafilm) **Created:** 9/10/2025 **Status:** ✅ Merged **Merged:** 9/11/2025 **Merged by:** [@arthanson](https://github.com/arthanson) **Base:** `main` ← **Head:** `16381-timestamps` --- ### 📝 Commits (1) - [`015b8ba`](https://github.com/netbox-community/netbox/commit/015b8bafae64291dd785d851875ae355fccbc60e) format script results timestamp ### 📊 Changes **2 files changed** (+5 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `netbox/extras/tables/tables.py` (+3 -2) 📝 `netbox/extras/views.py` (+2 -2) </details> ### 📄 Description ### Fixes: #16381 I thought about adding a try/except block in case `fromisoformat` fails to parse, but I could not think of a case where that would happen. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-30 00:24:35 +01:00
adam closed this issue 2025-12-30 00:24:35 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#15885