miguelgrinberg / Flask-SocketIO-Chat

A simple chat application that demonstrates how to structure a Flask-SocketIO application.
http://blog.miguelgrinberg.com/post/easy-websockets-with-flask-and-gevent
MIT License
676 stars 242 forks source link

Display Date and Time with Each Chat Message #43

Closed parthkul7 closed 3 months ago

parthkul7 commented 4 months ago

With each message, the application should also display the date and time of the message according to the system's timezone. This enhancement will improve the user experience by providing context about the timing of conversations.

miguelgrinberg commented 3 months ago

This is now added.