tim-sony opened a new pull request, #15627:
URL: https://github.com/apache/nuttx/pull/15627

   Corrects the month number output for the %F format specifier in lib_strftime.
   
   *Note: Please adhere to [Contributing 
Guidelines](https://github.com/apache/nuttx/blob/master/CONTRIBUTING.md).*
   
   ## Summary
   
   ## Impact
   
   *Update this section, where applicable, on how change affects users,
    build process, hardware, documentation, security, compatibility, etc.*
   
   ## Testing
   - Disable NSH_DISABLE_DATE to enable the built-in date command.
   - Enter the shell and set the date. Ex., nsh> date -s "Jan 21 00:00:00 2025"
   - Specify the %F format: nsh> date +"%F", but unfortunately, we received the 
incorrect month number: 2025-**00**-21.
   
   
   


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