rksoftware NewForum
FlightSave24 wrong clock saved in cockpit - Printable Version

+- rksoftware NewForum (https://rksoftwareforum.flightsim4fun.com)
+-- Forum: My Category (https://rksoftwareforum.flightsim4fun.com/forumdisplay.php?fid=1)
+--- Forum: My Forum (https://rksoftwareforum.flightsim4fun.com/forumdisplay.php?fid=2)
+---- Forum: Value apps (https://rksoftwareforum.flightsim4fun.com/forumdisplay.php?fid=4)
+---- Thread: FlightSave24 wrong clock saved in cockpit (/showthread.php?tid=11)



FlightSave24 wrong clock saved in cockpit - riccardo74 - 06-05-2026

Hi,
some time ago I write about the same problem on the old forum here with version 3.0:
https://forum.flightsim4fun.com/NF/viewtopic.php?t=1234 

Now with version 3.2 the problem persist. I can't get the correct clock time when reload a saved flight, I have to adjust manually the FlightSave24 clock to correct VC clock when I reload the flight.

Try to explain me better:

1) the clock in my VC cockpit show for example 07:00 and my system time is 23:30 (I always noted the VC time on the filename before time stamp generated by FlightSave24 file)
2) save the flight at 23:30
3) next day reload the flight and the VC clock is completely different from my original one, it's not more 07:00, but a random one

see the screen here, underline in red are my VC time (I write it when save the flight to remember) and then there is the time stamp of FlightSave24 with my sistem time. 

Take the first on the list for example, when I reload the saved flight I can't get the exacly 06:57 but get a random time and I have to adjust it in FLightSave24 untill fit the VC one match with one I noted to the moment of saving.

Any idea to get reloaded the correct saved time? 

[Image: fs24screen.jpg]


RE: FlightSave24 wrong clock saved in cockpit - roarkr51 - 06-07-2026

Hi, 
It been some time since I coded FlightSave24, so I don't have the details in my head.

But as I rememerer it, the VC time is not stored or loaded when using the flightsave and loadflight APIs in MSFS.
The only way is to make a manual correction via the RT button in FlightSave24 after the flight has been loaded.

How does it work in default save / load in MSFS2020 and MSFs2024? Does it has the same issues?

I add this issue to a "change list" for next FlightSave24 update. One way of making this automatically could be to save the 
VC timer with a simconnect API at the same time a saveflight is preformed and store VC time together with the saveflight data and after lflightoad
make the time correction with a nother simconnect API based on stored VC time for the loaded flight.

No promise when or if I will add this as I am heavily involved in other projects at this time.