skyview/assets/static
Ole-Morten Duesund 978d1c0859 fix: Correct UTC and Last Update clock display issues
Fixes incorrect time calculations in the interface clocks:

UTC Clock Issues Fixed:
- Remove incorrect timezone offset addition that was causing wrong UTC display
- Use proper getUTCHours() and getUTCMinutes() methods directly on current time
- Ensure UTC clock shows actual UTC time for aviation coordination

Last Update Clock Issues Fixed:
- Stop using UTC methods for local "last update" time display
- Use getHours() and getMinutes() for proper local time representation
- Last update clock now shows meaningful local time when data was received

Technical Changes:
- Add useUTC parameter to updateClock() method for proper time zone handling
- Simplify time calculations by using appropriate Date methods
- Add clear comments explaining clock behavior and timezone usage

Expected Behavior:
- UTC clock displays current UTC time (aviation standard)
- Last update clock displays local time of most recent data update

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-01 11:19:02 +02:00
..
css feat: Improve aircraft legend clarity and icon differentiation 2025-09-01 09:57:39 +02:00
icons feat: Improve aircraft legend clarity and icon differentiation 2025-09-01 09:57:39 +02:00
js fix: Correct UTC and Last Update clock display issues 2025-09-01 11:19:02 +02:00
database.html feat: Add comprehensive database status web interface 2025-08-31 19:40:12 +02:00
favicon.ico Restructure assets to top-level package and add Reset Map button 2025-08-24 00:57:49 +02:00
index.html Bump version to 0.0.11 2025-09-01 10:48:44 +02:00