skyview/assets/static/js/modules
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
..
aircraft-manager.js fix: Implement dynamic age calculation for aircraft tracking 2025-09-01 10:29:35 +02:00
callsign-manager.js feat: Enhance web interface with database integration and callsign management 2025-08-31 19:43:58 +02:00
map-manager.js Default range rings to enabled 2025-08-24 21:09:33 +02:00
ui-manager.js fix: Correct UTC and Last Update clock display issues 2025-09-01 11:19:02 +02:00
websocket.js Fix aircraft track propagation issues in web frontend 2025-08-25 10:14:03 +02:00