Skip to content

Fix #116 timezone bug

Aditya Mudgil requested to merge am2505/Agora-web-frontend:setLocalTime into develop

As we are storing time in UTC. So when we get the data, we need to convert it to the timezone of the user. With the help of the moment.js function this problem is solved (This library is already used in this project).

Working video: Timezone

Merge request reports