-
Notifications
You must be signed in to change notification settings - Fork 65
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
Add time stamp to messages #157
Comments
+1. this is great feature, would be great to enable/dissable in options |
Hi All, I would like to work on this. Question Regarding the feature @krunoPeric @michondr @tomquirk Should I just add timestamp to the messages shown in history command? Will this format be good? [Date,Timestamp] User name:Message for example [11/17/2020, 4:29:30 PM] Ravichandra:Hi Is it Ok, if the date and time format is the format returned by toLocaleString() ? |
toLocaleString should return output most suitable for the user. if you want to make it fancier, you could enable the user to set the format himself |
Can I send the pull request with toLocaleString? |
Yep, this looks great @Ravichandra-C. |
Summary
Motivation
The text was updated successfully, but these errors were encountered: