When I build my project with Gradle, the resulting JAR contains class files whose Last Modified timestamps are 9 hours earlier than the actual build time in my local timezone (KST, UTC+9). For example ...
SpotifyApp/ ├── Spotify/ # Android Frontend │ ├── app/ │ │ ├── src/main/java/com/laioffer/spotify/ │ │ │ ├── ui/ # UI Components ...