mirror of
https://github.com/seemoo-lab/AirGuard.git
synced 2026-04-25 15:35:49 +03:00
[GH-ISSUE #18] Daylight Saving Time not reflected in dashboard #13
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/AirGuard#13
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @5fff on GitHub (Dec 22, 2021).
Original GitHub issue: https://github.com/seemoo-lab/AirGuard/issues/18
Timezone: CDT
I took the screen shot after a while. But it is observed that the actual discovery time should have been displayed as 4:26 pm as there's Daylight Saving Time
Great work, thanks!
@Trup3s commented on GitHub (Jan 2, 2022):
This looks more like an ui issue, since the date time representation is handled by the system. I think whats happening is that the "PM" part is cutoff to prevent any line wrapping.
Perhaps we should switch to some icons and remove the "First Discovery" and "Last Seen" text to save space and prevent such issues.
@Sn0wfreezeDev commented on GitHub (Jan 3, 2022):
I agree with @Trup3s that this is likely a date formatting issue. I would not switch to something without text. The text makes it easier to understand what is happening. Maybe the lines should be allowed to wrap. It does not look nice, but people might use different font sizes anyway