xiaoxiang781216 commented on PR #14460:
URL: https://github.com/apache/nuttx/pull/14460#issuecomment-2457950956

   > This is putting a HUGE number of unknown projects at risk. You dont know 
which unknown projects are using unsigned 32 bits timestamps out there. This 
will be a major and dangerous regression for them.
   > 
   > This change requires these project to be EXTRA careful about how they 
handle time comparisons.
   > 
   
   @slorquet `unsigned time_t` need be EXTRA careful than `signed time_t` since 
almost project only test with `signed time_t` due OS mapping time_t to signed 
type.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to