Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Conference timer should start counting at 0
It's starting at 1 hour because os.time(os.date("!*t") returns the wrong time depending on system timezone. os.time() already returns the number of seconds since epoch in UTC so just use that. Fixes jitsi#5595
- Loading branch information