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

   > [Open 
group](https://pubs.opengroup.org/onlinepubs/9699919799/functions/time.html) 
documents that definition of time_t is not specified but is mandated in order 
to eventually address the year 2038 problem.
   >
   
   The safe path for 2038 is enabling CONFIG_SYSTEM_TIME64. Actually, we enable 
CONFIG_SYSTEM_TIME64 in all products, since it's very fragile to support 2038 
with 32bit time_t.
    
   > There can be pros and cons to either approach and therefore I think it 
should be discussed at mailing list.
   > 
   > Thanks for requesting the review. :-)
   
   


-- 
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