Hi,
We use SDK nRF5_sdk15.2 and ARM GCC cross compiler to develop application that runs on nRF52840.
We use new lib, as it was done in examples.
I noted recently that time_t is implemented as signed 32 bit what means that it can cause problem in 2038.
We use time_t to save epoch as we need to use c library functions (like mktime, ...)
Is there a way to change the definition of time_t to 64 bit or otherwise prevent the Y38 problem?