mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-25 15:05:49 +03:00
[GH-ISSUE #54] Time display text in a check log #30
Labels
No labels
bug
bug
bug
feature
good-first-issue
new integration
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/healthchecks#30
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 @stevenmcastano on GitHub (Apr 10, 2016).
Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/54
On the screen where you view the log of a check, there is a note that says:
Note: Dates and times are displayed in UTC.However, my system is set to EST. I think the log view should show the timezone it's displaying in.
@cuu508 commented on GitHub (May 18, 2016):
On the log page, I've added an option to switch between browser's local timezone and UTC. It defaults to local timezone, so the times you see should be in relation to your computer's clock. Do you think this would solve your problem?
@stevenmcastano commented on GitHub (May 19, 2016):
Very possible.. I've been swamped the last few days, but I'll grab the new code ASAP and test it out ASAP.
@stevenmcastano commented on GitHub (Jun 20, 2016):
I just did the upgrade... sorry for the long delay. Now I see the
UTC/Local Timeswitch and it works perfectly, that's exactly what I was looking for! Thanks again!!You can mark this one closed!