Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show full timestamp instead of just date #4329

Merged
merged 1 commit into from
Feb 9, 2023
Merged

Conversation

FestiveKyle
Copy link
Collaborator

@FestiveKyle FestiveKyle commented Feb 7, 2023

Shows timestamps in format 2007-12-03T10:15:30Z.

We can make the timestamp even more human-readable on the frontend by using:
new Date("2007-12-03T10:15:30Z").toLocaleString()

resulting in:
"2007-12-03, 6:15:30 a.m."

Closes #4280.

@FestiveKyle FestiveKyle merged commit 2c8608c into master Feb 9, 2023
@FestiveKyle FestiveKyle deleted the add-full-timestamp branch February 9, 2023 13:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Mark scan times with full timestamp
2 participants