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

human-readable datetime #65

Open
keikoro opened this issue Apr 25, 2020 · 2 comments
Open

human-readable datetime #65

keikoro opened this issue Apr 25, 2020 · 2 comments

Comments

@keikoro
Copy link
Contributor

keikoro commented Apr 25, 2020

Would it be possible to allow different formatting options for the startTime and endTime values? I find myself needing to check them while experimenting with webpack settings but unix timestamps aren't really that user-friendly. An output of HH:mm:ss would be more helpful.

(Though I'm not sure if toLocaleTimeString() would be best-suited or if it should be the only way to display the datetimes in a more human-readable format. It'd easily work fine locally but might require more fiddling when used on servers or in containers etc.)

@propkitty
Copy link

Couldn't agree more with @keikoro - this would be magnitudes better with a human-readable datetime. I end up having to copy and paste into something that 'translates' which shouldn't be necessary.

@fjsj
Copy link
Member

fjsj commented Feb 2, 2023

Yes, it would be great to use ISO 8601 formatted dates there. But I don't have the bandwidth to work on that right now. PRs are welcome!

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

No branches or pull requests

3 participants