nuttx icon indicating copy to clipboard operation
nuttx copied to clipboard

time: Typedef time_t to uint64_t if CONFIG_SYSTEM_TIME64 is defined

Open xiaoxiang781216 opened this issue 2 years ago • 3 comments

Summary

to handle 2038 problem correctly

Impact

The type of time_t

Testing

Pass CI

xiaoxiang781216 avatar Sep 16 '22 18:09 xiaoxiang781216

Seems not all parts of the system are ready for this.

pkarashchenko avatar Sep 16 '22 19:09 pkarashchenko

Yes, let's fix the problem phase by phase.

xiaoxiang781216 avatar Sep 16 '22 19:09 xiaoxiang781216

Wait for https://github.com/apache/incubator-nuttx/pull/6783, mark as draft.

xiaoxiang781216 avatar Sep 17 '22 13:09 xiaoxiang781216

Wait for #6783, mark as draft.

@pkarashchenko this patch is ready now.

xiaoxiang781216 avatar Oct 19 '22 04:10 xiaoxiang781216

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

yamt avatar Dec 15 '22 06:12 yamt