it seems, there are some errors in the libraries which are linked to the debug version of the application.
For example: Converting the time to the timestamp using
shall give the time as unix time, which starts 1.1.1970 00:00. In the target version the function works right, but in the debug version the unix time will start at 1.1.1970 01:00. So the timestamp from 1.1.1970 01:00 on the target version is 3600 but in the debug version the timestamp is 0.
Is there a list available with errors in the rte libraries? I’m using OAT v3.10