dwyl / hapi-socketio-redis-chat-example

:speech_balloon: Real-time Chat using Hapi.js + Socket.io + Redis Pub/Sub (example with tests!!)
GNU General Public License v2.0
364 stars 73 forks source link

Time and Date should be set on the serverside #82

Open Jamesdwi opened 7 years ago

Jamesdwi commented 7 years ago

if time and date were calculated on the server side, messages would always appear in order, this becomes important if the users are in different timezones. Or misconfigured time settings on clients.

nelsonic commented 7 years ago

@Jamesdwi agreed. we had this discussion on https://github.com/dwyl/time/issues/196 for a similar reason. 👍 If you have have time to Pull Request a change/update to this project we would be very grateful!