mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-18 16:36:56 +03:00
7a5991a01d
In DASH, when parsing a date, it should default to UTC. When we pass the date string to Date.parse(), it will use the local timezone. So if we don't see a timezone, we need to manually add the UTC timezone so Date.parse() will parse the correct timezone. Closes #901 Change-Id: Ica0433042e9bfd42b0cbf62653bdbd2b97b56297