Open Issues Need Help
View All on GitHubAI Summary: The task is to refactor the Android application's code to replace the use of `ZoneId.systemDefault()` with `ZoneOffset.UTC` for handling time zones. This change is necessary to ensure data consistency across all users by aligning timestamps to UTC, preventing inconsistencies caused by varying device time zones. The current implementation uses `ZoneId.systemDefault()`, which makes the application's time calculations dependent on the user's device timezone, leading to potential data integrity issues.
Este repositório contém o código-fonte do aplicativo Android desenvolvido como parte do Trabalho de Conclusão de Curso.