mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
Add time formatting functions ported from Media Chrome: - formatTime() - formats seconds to HH:MM:SS or MM:SS - formatAsTimePhrase() - creates accessibility descriptions - isValidDuration() - validates duration values - formatDuration() - combines formatting with fallback handling These utilities provide the foundation for time-based display components across HTML, React, and React Native platforms. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>