Hi everyone,
Our firmware application makes use of Seconds_set() and Seconds_get() API without __TI_TIME_USES_64.
As of it is now, by year 2038, what is Seconds_get() going to return?
I know we can add an offset somewhere to consider not 1900 but something newer as base time but I don't think this is the most elegant solution.
Do we need to use __TI_TIME_USES_64 and update our software and firmware?
Please, explain like I am five since time questions are so abstract.
Have a nice day.