You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.)
The text was updated successfully, but these errors were encountered:
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.
Would it be possible to allow different formatting options for the
startTime
andendTime
values? I find myself needing to check them while experimenting with webpack settings but unix timestamps aren't really that user-friendly. An output ofHH: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.)The text was updated successfully, but these errors were encountered: