nuttx
nuttx copied to clipboard
time: Typedef time_t to uint64_t if CONFIG_SYSTEM_TIME64 is defined
Summary
to handle 2038 problem correctly
Impact
The type of time_t
Testing
Pass CI
Seems not all parts of the system are ready for this.
Yes, let's fix the problem phase by phase.
Wait for https://github.com/apache/incubator-nuttx/pull/6783, mark as draft.
Wait for #6783, mark as draft.
@pkarashchenko this patch is ready now.
this change still have the problems pointed out in the older PR. https://github.com/apache/nuttx/pull/4693#discussion_r731862198 https://github.com/apache/nuttx/pull/4693#issuecomment-946687511