I have been struggling to provide users with “PC Time” on a display in the
cockpit, and it appears that the js new Date()
is reporting a different
timezone than what is being reported in Chrome on the same PC. For example,
right now Seattle is on GMT-8, which is what is correctly reported by new Date()
in a browser on the PC. However new Date()
in the sim will report
GMT-7. This pattern is changing throughout the year for different areas. Is
there a reliable way to query for the current local time on the end-user’s PC?
Hello @davux3 , Indeed, there seems to be an issue with the timezone. I
created a ticket in our backlog. Thanks for reporting this, Regards, Boris