Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix incorrect duration calculation in demo app.
Demo app used Date for convert total seconds to hours, minutes and seconds. It set Date in UTC format but read in local time zone. As result localtime zone hours count added to output.
- Loading branch information
4114677
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm working on a webapp project, and have this file in my library.
But on Android its not working properly. Instead of give back ex. 1:45:33 its giving 0:27.
Any idea why?